add array contains

This commit is contained in:
Daniella / Tove 2024-11-15 19:13:41 +01:00
parent 4c09cfe929
commit 13e32ed4f2
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -218,6 +218,9 @@ construct _array-ext {
}
null
}
contains { bool | with search this ;
search awrap this:find null eq not
}
starts-with { bool | with beginning this ;
this:len beginning:len lt if {
0