Declaration
func Length(target Map<object, object>) int
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Target | Map | Target dictionary |
Return
| Type | Description |
|---|---|
| Int | Dictionary length |
Get the number of key-value pairs in a dictionary
func Length(target Map<object, object>) int
go
| Name | Type | Description |
|---|---|---|
| Target | Map | Target dictionary |
| Type | Description |
|---|---|
| Int | Dictionary length |