View Source TypeResolver.Types.SizedBitstringWithUnitL (TypeResolver v0.1.5)
Representation of the spec of an sized bitstring-literal with unit, e.g. <<_::12, _::_*12>>
It consists of the following:
- the unit of the bitstring
- the size of the bitstring
Summary
Types
@type t() :: %TypeResolver.Types.SizedBitstringWithUnitL{ size: non_neg_integer() | nil, unit: 1..256 | nil }