Header menu logo B2R2

Enum Module

Provides utility functions for working with enumerations.

Functions and values

Function or value Description

enumerateFlags flags

Full Usage: enumerateFlags flags

Parameters:
    flags : '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.

flags : 'T
Returns: 'T array

Type something to start searching.