GffValue.opIndexAssign

Shorthand for modifying the GffValue as a GffStruct

  1. auto ref opIndexAssign(T rhs, string label)
    struct GffValue
    ref
    opIndexAssign
    (
    T
    )
    (
    T rhs
    ,
    in string label
    )
  2. auto ref opIndexAssign(GffStruct rhs, size_t index)

Meta