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:
@ -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),
|
||||
|
Reference in New Issue
Block a user