View Source TypeResolver.Types.BitstringWithUnitL (TypeResolver v0.1.5)

Representation of the spec of an bitstring-literal with unit, e.g. <<_::_*12>>

It consists of the following:

  • the unit of the bitstring

Summary

Types

@type t() :: %TypeResolver.Types.BitstringWithUnitL{unit: 1..256 | nil}