package
Version:
v0.0.0-...-60a2962
Opens a new window with list of versions in this module.
Published: Feb 26, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IIterator interface {
Close() error
First()
Last()
Seek(key []byte)
Next()
Prev()
Valid() bool
Key() []byte
Value() []byte
}
type ISlice interface {
Data() []byte
Size() int
Free()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.