phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
FastQRecord
fastq
Undocumented in source.
@
safe
pure nothrow @
nogc
struct
FastQRecord {
const
(
char
)[]
sequenceId
;
const
(
char
)[]
sequenceLetters
;
const
(
char
)[]
quality
;
static
auto
parse
(const(char)[] from);
}
Members
Static functions
parse
auto
parse
(const(char)[] from)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
quality
const
(
char
)[]
quality
;
Undocumented in source.
sequenceId
const
(
char
)[]
sequenceId
;
Undocumented in source.
sequenceLetters
const
(
char
)[]
sequenceLetters
;
Undocumented in source.
Meta
Source
See Implementation
fastq
structs
FastQRecord