biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
FastqRecord
bio
std
file
fastq
Undocumented in source.
struct
FastqRecord {
const
(
char
)[]
id
;
const
(
char
)[]
seq
;
const
(
char
)[]
qual
;
static
auto
read
(const(char)[] from);
}
Members
Static functions
read
auto
read
(const(char)[] from)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
id
const
(
char
)[]
id
;
Undocumented in source.
qual
const
(
char
)[]
qual
;
Undocumented in source.
seq
const
(
char
)[]
seq
;
Undocumented in source.
Meta
Source
See Implementation
bio
std
file
fastq
structs
FastqRecord