A delegate that transforms the content of a terminal to an arbitrary object.
In F# this type is shortened to
T
to avoid clutter in user code.
A .NET delegate was used because read-only spans are incompatible with F# functions.
Instance member | Description |
Full Usage:
this.Invoke
Parameters:
ITransformerContext
data : ReadOnlySpan<char>
Returns: 'T
Modifiers: abstract |
|