Base5

Base representation supporting only 'A', 'C', 'G', 'T', and 'N' (internal codes are 0, 1, 2, 3, and 4 correspondingly)

Constructors

this
this(char c)
this(dchar c)

Construct base from one of "acgtACGT" symbols. Every other character is converted to 'N'

Members

Functions

complement
Base5 complement()

Complementary base

opCast
Base16 opCast()

Conversion to Base16

opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin TinyMapInterface!5
Undocumented in source.
__anonymous
mixin CommonBaseOperations
Undocumented in source.

Mixed In Members

From mixin CommonBaseOperations

asCharacter
char asCharacter()

Convert to char

Meta