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:
		@ -19,7 +19,6 @@ layout: manual
 | 
			
		||||
* [`angledLineToX`](kcl/angledLineToX)
 | 
			
		||||
* [`angledLineToY`](kcl/angledLineToY)
 | 
			
		||||
* [`arc`](kcl/arc)
 | 
			
		||||
* [`arrayReduce`](kcl/arrayReduce)
 | 
			
		||||
* [`asin`](kcl/asin)
 | 
			
		||||
* [`assert`](kcl/assert)
 | 
			
		||||
* [`assertEqual`](kcl/assertEqual)
 | 
			
		||||
@ -79,6 +78,7 @@ layout: manual
 | 
			
		||||
* [`profileStart`](kcl/profileStart)
 | 
			
		||||
* [`profileStartX`](kcl/profileStartX)
 | 
			
		||||
* [`profileStartY`](kcl/profileStartY)
 | 
			
		||||
* [`reduce`](kcl/reduce)
 | 
			
		||||
* [`rem`](kcl/rem)
 | 
			
		||||
* [`revolve`](kcl/revolve)
 | 
			
		||||
* [`segAng`](kcl/segAng)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user