PidMap.remove

Remove a pid from the map.

An existing pid that have p as its parent will be rewritten such that it is it's own parent.

The pid that had p as a child will be rewritten such that p is removed as a child.

struct PidMap
ref return nothrow
remove
(
RawPid p
)

Meta