Parser.Positioned<T> method

Wraps the text position and length around a successfully parsed value.

public static IParser<Positioned<T>> Positioned<T>(this IParser<T> parser)

See Also