biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
UniqueRead
bio
std
hts
bam
read
Allows modification of the read in-place even if it's slice-backed.
struct
UniqueRead
(R)
struct
UniqueRead (
R
) {
R
read
;
this
(R read);
~this
();
}
auto
assumeUnique
(R read)
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
std
hts
bam
read
functions
assumeUnique
compareCoordinates
compareCoordinatesAndStrand
compareReadNames
compareReadNamesAndMates
compareReadNamesAsPicard
mixedCompareReadNames
mixedCompareReadNamesAndMates
mixedStrCompare
mixin templates
TagStorage
structs
BamRead
EagerBamRead
UniqueRead
templates
isBamRead
Allows modification of the read in-place even if it's slice-backed.