DataNode.opIndexAssign

Assigns an element of the object node.

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

Parameters

key string

The key to query.

value T

The value to set.

Meta