Maps over items of a list, but fn can return a None to remove the item.
fn
None
A function to map the item.
The mapped new list.
Generated using TypeDoc
Maps over items of a list, but
fncan return aNoneto remove the item.