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)
  3. auto removeChild(T t)
    @safe nothrow
    removeChild
    (
    T
    )
    (
    auto ref T t
    )
    if (
    hasMember!(T, "node")
    )

Meta