list_util
.compact
index
/home/runner/work/lodashike/lodashike/python/list_util/compact.py
Functions
compact
(array: list)
Creates a list with all falsey values removed.
source:
http://github.com/Huauauaa/lodashike/blob/main/python/list_util/compact.py
doc
()