Versions in this module Expand all Collapse all v1 v1.0.1 Feb 16, 2017 v1.0.0 Jan 5, 2017 Changes in this version + func Compose(dst, src Sliceable, fs feat.Set) error + func Join(dst, src Joinable, where int) error + func Stitch(dst, src Sliceable, fs feat.Set) error + func Trim(q QualityFeature, limit float64) (start, end int) + func Truncate(dst, src Sliceable, start, end int) error + type Joinable interface + SetOffset func(int) error + SetSlice func(alphabet.Slice) + Slice func() alphabet.Slice + type QualityFeature interface + EAt func(int) float64 + type SliceReverser interface + Alphabet func() alphabet.Alphabet + New func() seq.Sequence + RevComp func() + Reverse func() + SetAlphabet func(alphabet.Alphabet) error + type Sliceable interface + End func() int + SetOffset func(int) error + SetSlice func(alphabet.Slice) + Slice func() alphabet.Slice + Start func() int