Is it possible to express this kind of lambda? `lambda a, b: a * b` I intuitively tried this approach, but it doesn't work... `_._1 * _._2`
Is it possible to express this kind of lambda?
lambda a, b: a * bI intuitively tried this approach, but it doesn't work...
_._1 * _._2