HiBON.remove

Removes a member with name of key

  1. void remove(string key)
  2. void remove(INDEX index)
    class HiBON
    @trusted
    void
    remove
    (
    INDEX
    )
    (
    const INDEX index
    )
    if (
    isIntegral!INDEX
    )