biod ~meson (2022-05-07T11:17:22.3072764)
Dub
Repo
UniqueRead
bio
bam
read
Allows modification of the read in-place even if it's slice-backed.
struct
UniqueRead (
R
) {
R
read
;
this
(R read);
~this
();
}
Constructors
this
this
(R read)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Alias This
read
Members
Variables
read
R
read
;
Undocumented in source.
Meta
Source
See Implementation
bio
bam
read
functions
assumeUnique
compareCoordinates
compareCoordinatesAndStrand
compareReadNames
compareReadNamesAsPicard
mixedCompareReadNames
mixedStrCompare
mixin templates
TagStorage
structs
BamRead
EagerBamRead
UniqueRead
templates
isBamRead
Allows modification of the read in-place even if it's slice-backed.