Methods

firstΒΆ

first(e:Eachable1)

Find first element in e that satisfies Bool(e) == true. Exactly same as first(e, identity).
Source: stdlib.ngs:219