Defines the minimum and maximum. These values are hookable by defining Hook.min and/or Hook.max.
assert(Checked!short.min == -32768); assert(Checked!(short, WithNaN).min == -32767); assert(Checked!(uint, WithNaN).max == uint.max - 1);
See Implementation
Defines the minimum and maximum. These values are hookable by defining Hook.min and/or Hook.max.