Skip to main content

length_of

Function length_of 

Source
pub fn length_of(coll: &RuntimeValue) -> Result<RuntimeValue, String>
Expand description

length of x. NOTE: Text length is BYTES (while Text indexing is chars) — a pinned tree-walker behavior.