plus

operator fun plus(bit: MachoFlags): MachoFlags

Returns a new MachoFlags with the specified bit set to true

Return

a new MachoFlags with the specified bit set to true

Parameters

bit

the bit to set

See also