BamRead.toString

String representation.
Possible formats are SAM ("%s") and JSON ("%j")

  1. void toString(void delegate(const(char)[]) sink, FormatSpec!char fmt)
    struct BamRead
    const
    void
    toString
    (
    scope void delegate
    (
    const(char)[]
    )
    sink
    ,
    FormatSpec!char fmt
    )
  2. void toSam(Sink sink)
  3. string toSam()

Meta