or Function

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

Combines two flags into a set.

Parameters

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