293
does this code run rule
(lemmy.ml)
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
It does! it takes a list (or other iterator) and filters out all values that are cast to boolean True. The same could be archived with
It would filter out values that cast to False, no?
Like None, 0, "", ...
i wasn't sure how to phrase it, it keeps all values that cast to True, and discards all that cast to False