DataNode.opIndexAssign

Assigns an element of the array node.

  1. void opIndexAssign(T value, string key)
  2. void opIndexAssign(T rhs, size_t idx)
    struct DataNode
    @nogc
    void
    opIndexAssign
    (
    T
    )
    (
    auto ref T rhs
    ,
    size_t idx
    )

Parameters

rhs T

The value to set.

idx size_t

The idx to set.

Meta