gliua/character

Types

Represents a Uiua Character.

pub opaque type Character

Functions

pub fn from_string(string: String) -> Result(Character, Nil)

Creates a Character from a String. If the string is not a length of 1, Error(Nil) will be returned.

pub fn to_string(character: Character) -> String

Converts a Character into a String.

Search Document