Home | History | Annotate | Download | only in shootout

Lines Matching refs:Subst

57 type Subst struct {
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
67 Subst{"N", "(a|c|g|t)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
70 Subst{"V", "(a|c|g)"},
71 Subst{"W", "(a|t)"},
72 Subst{"Y", "(c|t)"},