type int64s … func (bs *int64s) Len() int { … } func (bs *int64s) Has(n uint64) bool { … } func (bs *int64s) Set(n uint64) { … } func (bs *int64s) Clear(n uint64) { … } type Ints … func (bs *Ints) Len() int { … } func (bs *Ints) Has(n uint64) bool { … } func (bs *Ints) Set(n uint64) { … } func (bs *Ints) Clear(n uint64) { … }