command
Version:
v0.0.0-...-6c2044b
Opens a new window with list of versions in this module.
Published: Feb 6, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Map
(1) key必须是支持==和!=比较运算的类型,不可以是func,map,slice
(2) map使用make创建 make([keyType]valueType,capacity),capacity容量可以省略
超出容量后会自动扩容,但尽量提供一个合理的初始值,len(map)获取容量
Source Files
¶
Click to show internal directories.
Click to hide internal directories.