pub fn range_flexible( start: i64, stop: Option<i64>, step: Option<i64>, ) -> Vec<i64>
Helper for range() function with optional parameters - more flexible than the basic range