SAMRecord.opIndexAssign

Assign a tag key array pair

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

Meta