heyx3 / Bplus.jl

A modern OpenGL 4.6 rendering framework, written in Julia.
Other
69 stars 3 forks source link

Add `findmax` overload for `Vec`, and unit test both it and `findmin` #70

Open heyx3 opened 1 year ago

heyx3 commented 1 year ago

findmin() is already implemented; findmax() is not. And neither are unit-tested.