module

Matter::Schema::Bitmap

Factory methods to create bitmap schemas easily

Class methods

byte_array_schema(fields : Hash(String, BitFlag | BitField)) : ByteArrayBitmapSchema(Nil)
Source
field(bit : Int32, width : Int32) : BitField
Source
flag(bit : Int32) : BitFlag
Source
schema(fields : Hash(String, BitFlag | BitField)) : BitmapSchema(Nil)
Source