func sync.OnceValues

2 uses

	sync (current package)
		oncefunc.go#L74: func OnceValues[T1, T2 any](f func() (T1, T2)) func() (T1, T2) {

	html
		entity.go#L21: var entityMaps = sync.OnceValues(func() (entity map[string]rune, entity2 map[string][2]rune) {