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