Versions in this module Expand all Collapse all v0 v0.1.1 Jun 5, 2020 Changes in this version + type C2 struct + func MakeC2Buffer(blockSize int) *C2 + func (c *C2) Empty() bool + func (c *C2) Evicted() []byte + func (c *C2) GetBlock() []byte + func (c *C2) Len() int + func (c *C2) Reset() + func (c *C2) Truncate(byteCount int) (evicted []byte) + func (c *C2) Write(b []byte) (n int, err error)