types/vector

Types

pub type Vector {
  Vector(length: Int, data: BitArray)
}

Constructors

  • Vector(length: Int, data: BitArray)

Functions

pub fn from_raw_data(
  at position: Int,
  from raw_data: BitArray,
) -> Result(Vector, String)
Search Document