DataNode.opIndex

Gets the given entry in the object.

  1. DataNode opIndex(string key)
    struct DataNode
    @nogc ref
    opIndex
    (
    string key
    )
  2. DataNode opIndex(size_t idx)

Parameters

key string

The key to query.

Return Value

Type: DataNode

The DataNode with the given key.

Meta