Rename arrayReduce to reduce (#4030)

I think when we make reduce work with objects,
we'll either keep the same function and make it
polymorphic, or we'll have namespaces/modules and
use Array.reduce and Object.reduce. Either way this
name can be changed.
This commit is contained in:
Adam Chalmers
2024-09-30 20:03:28 -05:00
committed by GitHub
parent a3c0a2b03b
commit 258bce8adc
8 changed files with 3916 additions and 3916 deletions

View File

@ -97,7 +97,7 @@ lazy_static! {
Box::new(crate::std::patterns::PatternCircular2D),
Box::new(crate::std::patterns::PatternCircular3D),
Box::new(crate::std::patterns::PatternTransform),
Box::new(crate::std::array::ArrayReduce),
Box::new(crate::std::array::Reduce),
Box::new(crate::std::array::Map),
Box::new(crate::std::chamfer::Chamfer),
Box::new(crate::std::fillet::Fillet),