library
Toggle table of contents
1.0.0-alpha01
common
Target filter
common
Switch theme
Search in API
Skip to content
library
library
/
ir.alisalimik.kotstone.bit
/
BitField
/
minus
minus
operator
fun
minus
(
other
:
BitField
<
T
>
)
:
BitField
<
T
>
(
source
)
Subtraction operator - removes flags from this bit field
operator
fun
minus
(
flag
:
T
)
:
BitField
<
T
>
(
source
)