SAMRecord.opIndexAssign

Assign a tag key value pair

  1. void opIndexAssign(T value, string index)
    struct SAMRecord
    void
    opIndexAssign
    (
    T
    )
    (,
    string index
    )
    if (
    !isArray!T ||
    isSomeString!T
    )
  2. void opIndexAssign(T[] value, string index)

Meta