FormatSpec.indexEnd

Index of the last argument for positional parameter ranges.

Counting starts with 1. Set to 0 if not used. Default: 0.

The maximum value of this field is used as a sentinel to indicate the arguments' length.

struct FormatSpec(Char)
ushort indexEnd;

Meta