var.remove

bool remove(string key) @safe

Remove a child by key from the map.

Returns

true if the key existed and was removed, false otherwise. When this value is Type.NULL,

removal is a no-op and returns false. If this value is neither Type.NULL nor map, an

  • assertion fails.