What is it?
Some special functions like filter, map, exists, all.
For example:
["project1/text.txt", "project2/text.txt"].exists(t => t.startsWith("project1"))
; => true
Why?
This would simplify a lot of some operations that would require very specific custom functions.
Let me know if that's something you have thought about it.