Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

import "github.com/citizen-37/rwmap"

func main() {
	example := rwmap.New[int, int]()
	
	example.Set(1, 1)
	
	fmt.Println(example.Get(1))
	fmt.Println(example.List())
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages