Versions in this module Expand all Collapse all v0 v0.2.0 Jun 12, 2019 v0.1.0 Jun 11, 2019 Changes in this version + func Search(s *Set, str string) int + type Builder struct + func NewBuilder() *Builder + func (b *Builder) Add(ss ...string) + func (b *Builder) Index(s string) int + func (b *Builder) Set() Set + type Set struct + Data string + Index []uint16 + func (s *Set) Elem(i int) string + func (s *Set) Len() int