Utilities for adapting objects to the interface that AnySpan expects.
| Name | Description |
|---|---|
Range | Adapts a pair of iterators into a container-like object for AnySpan. |
| Name | Description |
|---|---|
MakeAdaptorFromRange | Returns a Range adaptor wrapping the given pair of iterators. |
MakeAdaptorFromView | Returns a Range adaptor wrapping the given view. |