Enum Module
Provides utility functions for working with enumerations.
Functions and values
| Function or value |
Description
|
Full Usage:
enumerateFlags flags
Parameters:
'T
Returns: 'T array
Modifiers: inline Type parameters: 'T (requires :> System.Enum) |
Enumerates the flags that are set in the given flags value and returns them as an array.
|
B2R2