gluple
Functions
pub fn list_to_tuple(list: List(a)) -> Dynamic
pub fn tuple_element(
tuple: a,
index: Int,
) -> Result(Dynamic, List(DecodeError))
pub fn tuple_size(tuple: a) -> Result(Int, List(DecodeError))
pub fn tuple_to_list(
tuple: a,
) -> Result(List(Dynamic), List(DecodeError))