Function ketos::function::tail [] [src]

pub fn tail(v: &Value) -> Result<Value, Error>

Returns all but the first element of a list or string.

Returns an error in case of an empty list or string.