Bytes is the serialized representation of a sequence of BSUP values.
| 24 | |
| 25 | // Bytes is the serialized representation of a sequence of BSUP values. |
| 26 | type Bytes []byte |
| 27 | |
| 28 | // Iter returns an Iter for the receiver. |
| 29 | func (b Bytes) Iter() Iter { |
no outgoing calls
no test coverage detected