phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
FastQRecord
fastq
Undocumented in source.
pure nothrow @
safe
@
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