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

ceylon.language.plus.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
"Add the given [[Summable]] values.
 
     (1..100).by(2).fold(0)(plus)"
see (`function times`, `function sum`)
tagged("Numbers")
shared Value plus(Value x, Value y)
        given Value satisfies Summable
        => x+y;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy