mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 17:20:15 -04: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.
|