thesadrogue / TheSadRogue.Primitives

A collection of primitive data structures for working with a 2-dimensional grid.
MIT License
21 stars 6 forks source link

LayeredSpatialMap and Variants Missing Clear(uint) Function #117

Open Chris3606 opened 1 year ago

Chris3606 commented 1 year ago

There are remove functions provided which only remove items on given layers. Logically, a Clear function which does the same could also be provided.