All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.amd.reduceRight.js Maven / Gradle / Ivy

The newest version!
define(['./_createReduce'], function (_createReduce) {

	// The right-associative version of reduce, also known as `foldr`.
	var reduceRight = _createReduce(-1);

	return reduceRight;

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy