1 2 3 4 5 6 7 8 9 10 11 12
/// string functions pub mod string; /// bool functions pub mod bool; /// int functions pub mod int; /// uint functions pub mod uint; /// float functions pub mod float; /// functions for debugging pub mod debug;