filter out how exactly? AFAIK, map returns a new l...
# getting-started
n
filter out how exactly? AFAIK, map returns a new list with a 1:1 mapping from elements of the original one. Thus, the best I can come up with is to use "UNWANTED" (e.g. null) as placeholder and then filter the resulting list