Get returns a pointer to some shard of v. Get may return the same pointer to multiple goroutines, so the caller is responsible for synchronizing concurrent access to the returned value. This can be done using atomic operations or locks, just like any other shared structure. Get attempts to maintai
()
source not stored for this graph (policy: none)