firstHit#
- swordfish.function.firstHit()#
Return the first element in X that satisfies the condition X func target (e.g. X>5). If no element in X satisfies the condition, return a NULL vlaue.
Null values are ignored in firstHit. Use firstNot to find the first non-null value.