basesWith

Collect per-base information from available tags. Use arg!TagName to pass a parameter related to a particular tag.

template basesWith(TagsAndOptions...)
basesWith
(
R
Args...
)
(,
Args args
)

Members

Functions

basesWith
auto basesWith(R read, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Examples

basesWith!"FZ"(arg!"flowOrder"(flow_order), arg!"keySequence"(key_sequence));

Meta