Versions in this module Expand all Collapse all v0 v0.0.1 Nov 26, 2021 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