map

command
v0.0.0-...-6c2044b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Map (1) key必须是支持==和!=比较运算的类型,不可以是func,map,slice (2) map使用make创建 make([keyType]valueType,capacity),capacity容量可以省略

超出容量后会自动扩容,但尽量提供一个合理的初始值,len(map)获取容量

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL