compareReadNames

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool compareReadNames(R1 a1, R2 a2)
  2. bool compareReadNames(R1 a1, R2 a2)
    bool
    compareReadNames
    (
    R1
    R2
    )
    (
    const auto ref R1 a1
    ,
    const auto ref R2 a2
    )
    if (
    isBamRead!R1 &&
    isSomeString!R2
    )
  3. bool compareReadNames(R1 a1, R2 a2)

Meta