protected open fun zero(): T
(source)
Return the zero value for this type.
The default implementation of this method returns a value obtained from calling the concrete type constructor with an argument of UInt64#ZERO
. Most implementations will want to override this method to instead return a static constant.
Return
T: The zero value for this type.