(in IntervalSlice)
| 220 | } |
| 221 | |
| 222 | func (s *UUIDSet) AddInterval(in IntervalSlice) { |
| 223 | s.Intervals = append(s.Intervals, in...) |
| 224 | s.Intervals = s.Intervals.Normalize() |
| 225 | } |
| 226 | |
| 227 | func (s *UUIDSet) String() string { |
| 228 | return hack.String(s.Bytes()) |