any method

bool any(
  1. bool test(
    1. T element
    )
)

Implementation

bool any(bool test(T element)) => _list.any(test);