anyMatch


Description:

public bool anyMatch (owned PredicateFunc<T> fn)

Returns whether any element matches the predicate.

Parameters:

fn

the predicate.

Returns:

true if at least one element matches.