Sha256: 9157498b78012470eaf47b94c2cb59cc1e309f5a687584e3d7ae613e5eab4284
Contents?: true
Size: 246 Bytes
Versions: 9
Compression:
Stored size: 246 Bytes
Contents
unit module Hamming:ver<1>; sub hamming-distance ( Str:D $strand1, Str:D $strand2 --> Int:D ) is export { die ‘left and right strands must be of equal length’ if $strand1.chars ≠ $strand2.chars; ($strand1.comb Zne $strand2.comb).sum }
Version data entries
9 entries across 9 versions & 1 rubygems