Could lables be made to support tuples of (from, to) ?
When using cut
I would like to return numeric labels for the bind range. This seems like a common use case.
I would like to be able to pass:
labels = fmt(from, to, i; leftclosed, rightclosed) = (from, to)