Skip to main content

create_range

Function create_range 

Source
pub async fn create_range<F, Fut>(
    stack: &mut Vec<Value>,
    has_step: bool,
    call_colon: F,
) -> Result<(), RuntimeError>
where F: FnMut(Vec<Value>) -> Fut, Fut: Future<Output = Result<Value, RuntimeError>>,