Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 Changes in this version + type Iterator struct + func (i *Iterator) Next() (key, value []byte) + type MVMap struct + func NewMVMap() *MVMap + func (m *MVMap) Get(key []byte) [][]byte + func (m *MVMap) Len() int + func (m *MVMap) NewIterator() *Iterator + func (m *MVMap) Put(key, value []byte)