Sha256: 4c40d5359c42b96d730a0da79f8b16df08233006f97cd8bbe81a3017fb5ffa15
Contents?: true
Size: 201 Bytes
Versions: 396
Compression:
Stored size: 201 Bytes
Contents
#if !defined(RNA_TRANSCRIPTION_H) #define RNA_TRANSCRIPTION_H #include <string> namespace transcription { char to_rna(char nucleotide); std::string to_rna(std::string const& nucleotide); } #endif
Version data entries
396 entries across 396 versions & 1 rubygems