Sha256: 42df4eab59b5c55e00ed683ff74208dd4704fbb1fe1c33aaa28c3775167856b9

Contents?: true

Size: 126 Bytes

Versions: 163

Compression:

Stored size: 126 Bytes

Contents

unit module RNA:ver<1>;

sub to-rna ($dna) is export {
  fail if $dna ~~ /<-[AGCT]>/;
  $dna.trans(<A G C T> => <U C G A>);
}

Version data entries

163 entries across 163 versions & 1 rubygems

Version Path
trackler-2.2.1.73 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.72 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.71 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.70 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.69 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.68 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.67 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.66 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.65 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.64 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.63 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.62 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.61 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.60 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.59 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.58 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.57 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.56 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.55 tracks/perl6/exercises/rna-transcription/Example.pm6
trackler-2.2.1.54 tracks/perl6/exercises/rna-transcription/Example.pm6