removeItem

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool removeItem(T app, size_t idx)
  2. bool removeItem(T app, U t)
    nothrow @safe
    bool
    removeItem
    (
    T
    U
    )
    (
    ref T app
    ,
    ref U t
    )
    if (
    isPointer!(U)
    )

Meta