Expose List.startsWith and List.endsWith

This commit is contained in:
Richard Feldman 2022-07-22 09:53:39 -04:00 committed by Folkert
parent baa9176363
commit bae99413dd
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -53,6 +53,8 @@ interface List
split, split,
splitFirst, splitFirst,
splitLast, splitLast,
startsWith,
endsWith,
all, all,
dropIf, dropIf,
sortAsc, sortAsc,