View Source Hologram.Compiler.IR.BitstringSegment (hologram v0.2.0)
Summary
Types
@type modifier() ::
{:endianness, :big | :little | :native} | {:signedness, :signed | :unsigned}
@type t() :: %Hologram.Compiler.IR.BitstringSegment{ modifiers: [modifier()], value: Hologram.Compiler.IR.t() }