true if a member was removed, false otherwise.bool removeMember(string key) pure nothrow @safeRemoves a member by key from this OBJECT.
If the key does not exist, this is a no-op. If this node is not an OBJECT, this is a no-op.
key | The key of the member to remove. |
true if a member was removed, false otherwise.