gliua/value

Types

A Uiua value.

pub type Value

Functions

pub fn rows(value: Value) -> List(Value)

Returns a list of the rows of a Value.

pub fn to_string(value: Value) -> String

Returns the string representation of a Value.

Search Document