Returns true if the size of a pointer is 64-bit, false otherwise.
true
false
@extra bool get is64Bit => size == 8;