Node.opIndexAssign

Write an attribute

  1. auto opIndexAssign(string value, string key)
    struct Node
    opIndexAssign
    (
    string value
    ,
    string key
    )
  2. auto opIndexAssign(typeof(null) value, string key)

Meta