Files
doslang-mirror/fec/std/str.fe
T

4 lines
73 B
Plaintext

unit str;
pub fn eq(a: str, b: str) -> bool;
pub fn trim(s: str) -> str;