sdavids
constructor(vararg cells: Cell, f: (List<T>) -> T)
{ x, y -> x + y }
{ it[0] + it[1] }
mfulton26
{ (x, y) -> x + y}
A modern programming language that makes developers happier.