Restriction Flag Encoding
enum RestrictionFlagEncoding : Enum<TypeRestriction.RestrictionFlagEncoding>
Content copied to clipboard
An enumeration used to interpret the flags of a TypeRestriction. The sense of the flags is such that a bit-wise and can be used
Entries
Link copied to clipboard
Content copied to clipboard
Whether the value is known to be immutable.
Link copied to clipboard
Content copied to clipboard
Whether the value is available in a boxed form in some L2BoxedRegister.
Link copied to clipboard
Content copied to clipboard
Whether the value is available in an unboxed form in some L2IntRegister.
Link copied to clipboard
Content copied to clipboard
Whether the value is available in an unboxed form in some L2FloatRegister.