Skip to main content

zero

Function zero 

Source
pub const fn zero<T: UnsignedPrimInt>() -> T
Expand description

Determine the zero value of the specified UnsignedPrimInt.

This function always succeeds (a NonZero is not a primitive integer)