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
/
mapFlags
map
Flags
inline
fun
<
T
:
Enum
<
T
>
,
R
>
BitField
<
T
>
.
mapFlags
(
enumValues
:
Array
<
T
>
,
transform
:
(
T
)
->
R
)
:
List
<
R
>
(
source
)
Maps the set flags to a list of results.