Versions in this module Expand all Collapse all v0 v0.1.2 Mar 4, 2023 v0.1.1 Feb 26, 2023 Changes in this version + type ByteView struct + B []byte + func (v ByteView) ByteSlice() []byte + func (v ByteView) Len() int + func (v ByteView) String() string + type Memo struct + func NewMemo(core eliminate.ICore) *Memo + func (m *Memo) Add(key eliminate.Key, value ByteView) + func (m *Memo) Clear() + func (m *Memo) Get(key eliminate.Key) (ByteView, bool) + func (m *Memo) Remove(key eliminate.Key) v0.1.0 Feb 8, 2023