typecons
Source: ./typecons.scar
Imports
std/strings
Classes
String
Methods
init
init(string value)
length
length() -> i32
equal
equal(ref typecons::String other) -> bool
compare
compare(ref typecons::String other) -> i32
clone
clone() -> typecons::String