:sig Use map(StringList items, function f) :see map filter 0_StringList :content `list_map()` was removed because `StringList` is `std::vector` and the generic `map()` helper covers the same behavior without a second implementation to maintain. Use: :example print("list_map example\n");