testAccess method
Whether this field is present/valid for struct.
Defaults to true (fixed-schema). Override for optional/sparse fields.
Implementation
bool testAccess(WordStruct<WordField<V>> struct) => bitmask.shift + bitmask.width <= 64;
Whether this field is present/valid for struct.
Defaults to true (fixed-schema). Override for optional/sparse fields.
bool testAccess(WordStruct<WordField<V>> struct) => bitmask.shift + bitmask.width <= 64;