HiBON.opIndex

Access an member at key

  1. const(Member) opIndex(string key)
    class HiBON
    const
    const(Member)
    opIndex
    (
    const string key
    )
  2. const(Member) opIndex(INDEX index)

Parameters

key string

member key

Return Value

Type: const(Member)

the Member at the key

Throws

if the an member with the key does not exist an HiBONException is thrown