lux/data/char

Structs

Codec<Text,Char>

(lux/control/codec;Codec lux;Text lux;Char)

Eq<Char>

(lux/control/eq;Eq lux;Char)

Hash<Char>

(lux/control/hash;Hash lux;Char)

Ord<Char>

(lux/control/ord;Ord lux;Char)

Values

(as-text x)

(-> lux;Char lux;Text)

(char x)

(-> lux;Nat lux;Char)

(code x)

(-> lux;Char lux;Nat)

(space? x)

Checks whether the character is white-space.

(-> lux;Char lux;Bool)