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