decode method

BitStruct<K> decode(
  1. int raw
)
override

Implementation

BitStruct<K> decode(int raw) => BitForm(fields).cast(ConstBits(raw as Bits));