SAMRecord.queryName

Get a slice of query name (read name) if you keep this around you should copy it -- wraps bam_get_qname(bam1_t *b)

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

Meta