or Function

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

Adds a flag to an existing set, so options can be combined with or.

Return

a set holding both

Parameters

  • other — the flag to add
Top