pub fn range(
start: &RuntimeValue,
end: &RuntimeValue,
) -> Result<RuntimeValue, String>Expand description
a to b — inclusive integer range as a List.
pub fn range(
start: &RuntimeValue,
end: &RuntimeValue,
) -> Result<RuntimeValue, String>a to b — inclusive integer range as a List.