InputFieldReordering.processNextField

processNextField maps an input field to the correct locations in the outputFields array. It should be called once for each field on the line, in the order found.

class InputFieldReordering(C, EnablePartialLines partialLinesOk = EnablePartialLines.no)
final pure nothrow @safe @nogc
size_t
processNextField
(
size_t fieldIndex
,)
if (
isSomeChar!C
)

Meta