Tests if exactly one element of the given array matches the predicate.
The array to test
The predicate used to test each element of the given array
true if one element only matches the given predicate, false otherwise.
true
false
Generated using TypeDoc
Tests if exactly one element of the given array matches the predicate.