msb property

  1. @nonVirtual
bool msb

Returns whether the most-significant-bit in value is set.

Implementation

@nonVirtual
bool get msb => isSet(size - 1);