bio.std.range.splitter

Undocumented in source.

Members

Functions

fast_splitter
R[] fast_splitter(R[] tokens, R range, R splits_on)
Undocumented in source. Be warned that the author may not have intended to support it.
fast_splitter
R[] fast_splitter(R range, R splits_on)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

SimpleSplitConv
struct SimpleSplitConv(R)

SimpleSplitConv takes a range R (typically a text line) and splits it/tokenizes it on a list of characters. Essentially fields/tokens are split by tabs, semi-colons or comma's and spaces. This compares to C's strtok(str, ", \t;").

Variables

SPLIT_ON
ubyte[] SPLIT_ON;
Undocumented in source.

Meta