fn to_span(axis: &str, span: impl SpanBounds) -> (usize, Option<usize>)Expand description
Lowers a SpanBounds to (start, length). A None length means the scope’s edge.
§Panics
If the range is empty.
fn to_span(axis: &str, span: impl SpanBounds) -> (usize, Option<usize>)Lowers a SpanBounds to (start, length). A None length means the scope’s edge.
If the range is empty.