View Source Hologram.Compiler.IR.BitstringSegment (hologram v0.2.0)

Summary

Types

modifier()

@type modifier() ::
  {:endianness, :big | :little | :native} | {:signedness, :signed | :unsigned}

t()

@type t() :: %Hologram.Compiler.IR.BitstringSegment{
  modifiers: [modifier()],
  value: Hologram.Compiler.IR.t()
}