bmap

package
v0.0.0-...-074040a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BMap

type BMap struct {
	// contains filtered or unexported fields
}

func NewBMap

func NewBMap(opts ...Opt) *BMap

func (*BMap) Get

func (m *BMap) Get(key string) (any, bool)

func (*BMap) Store

func (m *BMap) Store(key string, value any)

type Node

type Node struct {
	// contains filtered or unexported fields
}

type Opt

type Opt func(bMap *BMap)

func WithHashFunc

func WithHashFunc(hashFunc func(key string, len int) int) Opt

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL