becheran / grid

Two dimensional grid data structure
MIT License
82 stars 27 forks source link

add support for indexing (usize, usize) #28

Closed BurntNail closed 1 year ago

BurntNail commented 1 year ago

Add an Index and IndexMut impl for (usize, usize)

BurntNail commented 1 year ago

FYI this fixes a bunch of clippy-related issues