or Function

infix fun or(other: ScanReader.Flag): EnumSet<ScanReader.Flag>

Combines two flags into a set.

Parameters

  • other — the flag to combine with this one.
Top