:sig
Use filter(StringList items, function<bool (String)> f)

:see
filter
0_StringList

:content
`list_filter()` was removed because `StringList` is `std::vector<String>` and the generic `filter()` helper covers the same behavior without a second implementation to maintain.

Use:


:example
print("list_filter example\n");
