SAMRecord.qscores

Return array of the quality scores see samtools/sam_view.c: get_quality TODO: Discussion -- should we return const(ubyte[]) or const(ubyte)[] instead?

  1. const(ubyte)[] qscores [@property getter]
    struct SAMRecord
    pragma(inline, true) @nogc @trusted nothrow @property
    const(ubyte)[]
    qscores
    ()
  2. const(ubyte)[] qscores [@property setter]

Meta