Ad
  • Default User Avatar

    Yes, I'm doing that to push each new value into the 'filtered' array. It is doing the same thing as t.concat([c]). I suppose it is rather innefficient though. It would probably work better iterating through the input array and pushing each f(c) true value into a result array. Thank you for pointing it out.