HiBONT.opIndex

Access an member at index @param index = member index @return the Member at the index @throw if the an member with the index does not exist an HiBONException is thrown Or an std.conv.ConvException is thrown if the key is not an index

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