hugo/docs/content/en/functions/collections/NewScratch.md
2023-10-20 09:43:56 +02:00

474 B

title linkTitle description categories keywords menu function relatedFunctions
collections.NewScratch newScratch Creates a new Scratch which can be used to store values in a thread safe way.
functions
docs
parent
functions
aliases returnType signatures
newScratch
Scratch
collections.NewScratch
{{ $scratch := newScratch }}
{{ $scratch.Add "b" 2 }}
{{ $scratch.Add "b" 2 }}
{{ $scratch.Get "b" }} → 4