Farkle


T<'T> Type

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 members

Instance member Description

this.Invoke

Full Usage: this.Invoke

Parameters:
Returns: 'T
Modifiers: abstract
context : ITransformerContext
data : ReadOnlySpan<char>
Returns: 'T