DataNode.opIndex

Gets the given entry in the array.

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

Parameters

idx size_t

The index to query.

Return Value

Type: DataNode

The DataNode with the given index.

Meta