Filter medium #array #filter

by Muhun Kim @x86chi

Take the Challenge

Implement the type `Filter` takes an Array `T`, primitive type or union primitive type `Predicate` and returns an Array include the elements of `Predicate`.
Back Share your Solutions Check out Solutions