becheran / grid

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

Remove several unnecessary "Clone" bounds #6

Closed ghost closed 3 years ago

ghost commented 3 years ago

The T: Clone on the whole main impl is overly restrictive, only a few operations really need to clone grid elements.