John Colvin via Digitalmars-d-announce píše v St 04. 02. 2015 v 15:08 +0000: > On Wednesday, 4 February 2015 at 15:02:09 UTC, Kingsley wrote: > > usually it applies to a collection e.g. List > > > > in Scala there is one - that takes a function that returns a > > boolean. e.g. > > > > List(1,2,3).forall(x => x < 3) > > If I understand what you want correctly, std.algorithm.all
Yep, ignore my previous answer
