Improving first op test

This commit is contained in:
Mike Farah
2025-10-12 14:32:28 +11:00
parent 0ecdce24e8
commit 8b2ba41c6c
3 changed files with 32 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
# First
Returns the first matching element in an array, or first matching value in a map.
Can be given an expression to match with, otherwise will just return the first.