ceylon.language.plus.ceylon Maven / Gradle / Ivy
"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