bio.std.range.splitter

Undocumented in source.

Members

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