Accessors returning Transform functors that may be passed to AnySpan.
| Name | Description |
|---|---|
DerefT | Functor that dereferences whatever is passed to it. |
IdentityT | Functor that returns whatever is passed to it unchanged. |
| Name | Description |
|---|---|
Deref | Returns a functor that dereferences whatever is passed to it. |
Identity | Returns a functor that returns whatever is passed to it. |