Files
hugo/content/en/functions/collections/NewScratch.md
T
2023-09-30 21:03:52 -07:00

474 B

title, linkTitle, description, categories, keywords, menu, function, relatedFunctions
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