Prev: | find-last ( ... seq quot: ( ... elt -- ... ? ) -- ... i elt ) |
Next: | map-find ( ... seq quot: ( ... elt -- ... result/f ) -- ... result elt ) |
n | a starting index |
seq | a sequence |
quot | a quotation with stack effect ( ... elt -- ... ? ) |
i | the index of the first match or f |
elt | the first matching element or f |