decline-cookies / anvil-unity-dots

Unity DOTS and ECS specific additions and extensions to Anvil
MIT License
4 stars 1 forks source link

FixedListExtension - Add Remove for Enum lists #278

Closed mbaker3 closed 11 months ago

mbaker3 commented 11 months ago

Add Remove(value) to FixedListExtension which helps developers more easily use FixedList*<Enum> instances.

What is the current behaviour?

FixedListExtension implements a RemoveAndSwapBack, Contains, etc.. but no Remove

What is the new behaviour?

Remove(value) is implemented.

What issues does this resolve?

What PRs does this depend on?

Does this introduce a breaking change?