bison/custom

Types

pub opaque type Custom

Constants

pub const max_binary_custom_code: Int = 0xff
pub const min_binary_custom_code: Int = 0x80

Functions

pub fn from_bit_string_with_code(
  code: Int,
  value: BitArray,
) -> Result(Custom, Nil)
pub fn to_bit_string_with_code(
  custom: Custom,
) -> #(Int, BitArray)
Search Document