Matter::Schema::Bitmap
Factory methods to create bitmap schemas easily
Class methods
byte_array_schema(fields : Hash(String, BitFlag | BitField)) : ByteArrayBitmapSchema(Nil)
Sourcefield(bit : Int32, width : Int32) : BitField
Sourceflag(bit : Int32) : BitFlag
Sourceschema(fields : Hash(String, BitFlag | BitField)) : BitmapSchema(Nil)
Source