mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
7 lines
138 B
Markdown
7 lines
138 B
Markdown
---
|
|
title: map
|
|
reference: https://go.dev/ref/spec#Map_types
|
|
---
|
|
|
|
A _map_ is an unordered group of elements, each indexed by a unique key.
|