UniNodeImpl.opIndexAssign

Implement index assign operator by UniNode object

  1. This opIndexAssign(This val, string key)
  2. This opIndexAssign(This val, string key)
    struct UniNodeImpl(This)
    @safe ref
    This
    opIndexAssign
    (
    ref This val
    ,
    string key
    )

Meta