range_flexible

Function range_flexible 

Source
pub fn range_flexible(
    start: i64,
    stop: Option<i64>,
    step: Option<i64>,
) -> Vec<i64>
Expand description

Helper for range() function with optional parameters - more flexible than the basic range