BatEnum.EnumerableA signature for data structures which may be converted to and from enum.
If you create a new data structure, you should make it compatible with Enumerable.
val enum : 'a enumerable -> 'a tReturn an enumeration of the elements of the data structure
val of_enum : 'a t -> 'a enumerableBuild a data structure from an enumeration