silver

Values

pub fn is_empty(text: String) -> Bool

Checks if a string is empty

pub fn length(text: String) -> Int

Returns the length of a string

pub fn wrap(text: String) -> String

Wraps a string with silver brackets

Search Document