package syncmap

Import Path
	oss.terrastruct.com/d2/lib/syncmap (on go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files syncmap.go
Package-Level Type Names (only one)
/* sort by: | */
Type Parameters: K: comparable V: any ( SyncMap[K, V]) Delete(key K) ( SyncMap[K, V]) Get(key K) (value V) ( SyncMap[K, V]) Lookup(key K) (value V, ok bool) ( SyncMap[K, V]) Range(f func(key K, value V) bool) ( SyncMap[K, V]) Set(key K, value V) func New[K, V]() SyncMap[K, V] var oss.terrastruct.com/d2/d2renderers/d2fonts.FontEncodings syncmap.SyncMap[Font, string] var oss.terrastruct.com/d2/d2renderers/d2fonts.FontFaces syncmap.SyncMap[Font, []byte]
Package-Level Functions (only one)
Type Parameters: K: comparable V: any