Hi !I've found that next template will be convenient for use in chains and cetera.
Op!`+` == (a, b) => a + b For example: auto sum = arr.fold!(Op!`+`). Suggests ?
Hi !I've found that next template will be convenient for use in chains and cetera.
Op!`+` == (a, b) => a + b For example: auto sum = arr.fold!(Op!`+`). Suggests ?