Conversation
Notices
-
Embed this notice
Xe :verified: (cadey@pony.social)'s status on Sunday, 05-Nov-2023 08:58:07 JST Xe :verified: // 零 (ling3) returns the zero value of a given type.
func 零[T any]() T { return *new(T) }