removeChild

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void removeChild(Handle childPtr)
  2. auto removeChild(T* t)
    @safe nothrow
    removeChild
    (
    T
    )
    (
    T* t
    )
    if (
    is(T : SumType!(Types),
    Types...
    )
    )
  3. auto removeChild(T t)

Meta