becheran / grid

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

feat: impl the `Default` trait #48

Closed Vlad2001MFS closed 8 months ago

becheran commented 9 months ago

@Vlad2001MFS thanks for the PR. Plz have a look at the failing tests. Plz don't use default for init with order!

Vlad2001MFS commented 9 months ago

@becheran Wow, I forgot about tests, I am stupid :D Of course, I will fix tests and restore the old version of the init_with_order! The PR will be updated today or tomorrow.

becheran commented 8 months ago

@Vlad2001MFS sorry for the long delay before merging. I missed the notification that you updated the PR. Thx for fixing.