allExcept

Returns everything in 'from' minus the values in 'except'.

  1. T allExcept(T from, T except)
    T
    allExcept
    (
    T
    )
    (,)
  2. T[] allExcept(T[] from, T except)

Meta