module

Meru::DNA

Instance methods

complement_bits(bits : UInt64) : UInt64
Source
encode_base(byte : UInt8) : UInt64 | Nil

A/a => 0, C/c => 1, G/g => 2, T/t => 3. Other bases are invalid.

Source