Lymia / enumset

A library for compact bit sets containing enums.
Apache License 2.0
91 stars 35 forks source link

Impl Index for EnumSet #11

Closed Riey closed 4 years ago

Lymia commented 4 years ago

I misunderstood this as an issue not a pull request in my previous comment, opps.

I'm not sure why you would need this API. Index is normally usually used for collections that contain objects, and EnumSet<T> contains neither Ts nor bools.

Riey commented 4 years ago

I made it for just syntax sugar but I agree with EnumSet don't contains bools