aolluisma

Results 2 comments of aolluisma

Toy example: vector weak{"a", "t"}; vector strong{"g", "c"}; vector amino{"a", "c"}; vector all{"a", "g", "c", "t"}; vector combos{{weak, weak}, {strong, weak, amino}, {all, weak}, {amino, all, amino, strong, all}}; //derived...

Thanks for considering the suggestion. For whatever it's worth, here's some code I picked up from D Forum that might help. I believe this is a functor that implements a...