Versions in this module Expand all Collapse all v1 v1.1.1 Jul 17, 2018 Changes in this version + type Bytes []byte + func NewPopulatedBytes(r randy) *Bytes + func (b *Bytes) Size() int + func (b *Bytes) Unmarshal(data []byte) error + func (b *Bytes) UnmarshalJSON(data []byte) error + func (b Bytes) Marshal() ([]byte, error) + func (b Bytes) MarshalJSON() ([]byte, error) + func (b Bytes) MarshalTo(data []byte) (n int, err error) + func (this Bytes) Compare(that Bytes) int + func (this Bytes) Equal(that Bytes) bool