bison/generic

Types

pub opaque type Generic

Functions

pub fn from_bit_array(binary: BitArray) -> Result(Generic, Nil)
pub fn from_int_list(binary: List(Int)) -> Generic
pub fn from_string(binary: String) -> Generic
pub fn to_bit_array(generic: Generic) -> BitArray
pub fn to_int_list(generic: Generic) -> List(Int)
pub fn to_string(generic: Generic) -> Result(String, Nil)
Search Document