Accessors returning Transform functors that may be passed to AnySpan.

Types

Name

Description

DerefT

Functor that dereferences whatever is passed to it.

IdentityT

Functor that returns whatever is passed to it unchanged.

Functions

Name

Description

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