equals is now logical equals; it does not require the same underlying container types, but compares across any of the implementations.
(r container)
| 58 | // same underlying container types, but compares across |
| 59 | // any of the implementations. |
| 60 | equals(r container) bool |
| 61 | |
| 62 | fillLeastSignificant16bits(array []uint32, i int, mask uint32) int |
| 63 | or(r container) container |
no outgoing calls