HiBONT.opIndex

Access an member at key @param key = member key @return the Member at the key @throw if the an member with the key does not exist an HiBONException is thrown

  1. const(Member*) opIndex(const(char[]) key)
    struct HiBONT
    @nogc const
    const(Member*)
    opIndex
    (
    in const(char[]) key
    )
  2. const(Member*) opIndex(size_t index)