4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
unit str;
|
|
pub fn eq(a: str, b: str) -> bool;
|
|
pub fn trim(s: str) -> str;
|