Base

Base representation supporting full set of IUPAC codes

Constructors

this
this(char c)
this(dchar c)

Construct from IUPAC code

Members

Functions

complement
Base complement()

Complementary base

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

Conversion to Base5

Mixins

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

Mixed In Members

From mixin CommonBaseOperations

asCharacter
char asCharacter()

Convert to char

Meta