Const
Type guard that checks if a value is a non-zero integer in [1, 2^16).
Returns true for a non-zero integer in [1, 2^16) — a value with no fractional component.
true
true if the value is a non-zero integer in [1, 2^16), false otherwise
false
Type guard that checks if a value is a non-zero integer in [1, 2^16).
Returns
truefor a non-zero integer in [1, 2^16) — a value with no fractional component.