filteredInplace

  1. C filteredInplace(C r)
    @trusted
    C
    filteredInplace
    (
    alias predicate
    C
    )
    (
    C r
    )
    if (
    is(typeof(unaryFun!predicate)) &&
    )
  2. C filteredInplace(C r)

Return Value

Type: C

r eagerly in-place filtered on predicate.

TODO: Move to free function in array_ex.d to get @trusted access to private Array._mptr

Meta