TudbuT / micro_ndarray

Very small multi-dimensional-array implementation
MIT License
1 stars 0 forks source link

`Array::new_with()` shouldn't require `Default` to be satisfied for `T` #5

Closed Tnze closed 1 year ago

Tnze commented 1 year ago

https://github.com/TudbuT/micro_ndarray/blob/24a3a8eb01075fda655260add8bf65886146b0f0/src/array.rs#L31-L45

TudbuT commented 1 year ago

Yep, that's correct, thanks! Fix will be pushed within the hour.

TudbuT commented 1 year ago

There ya go, sorry for the trouble!

Tnze commented 1 year ago

Thank you very much