View Source Bitcraft.BitBlock.Array (Bitcraft v0.1.1)

Defines the type array.

Link to this section Summary

Types

t()

BitBlock array type.

Link to this section Types

@type t() :: %Bitcraft.BitBlock.Array{
  element_size: non_neg_integer(),
  type: Bitcraft.BitBlock.base_seg_type()
}

BitBlock array type.