Item.set

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Item set(string key, T value)
    struct Item
    ref
    set
    (
    T
    )
    (
    string key
    ,)
    if (
    !isAssociativeArray!T
    )
  2. Item set(string key, T[string] values)

Meta