Declaration
func Length(target List<object>) int
go
Parameters
Input
Name | Type | Description |
---|---|---|
Target | List | Target List |
Return
Type | Description |
---|---|
Int | Number of elements |
Get the number of elements in the list
func Length(target List<object>) int
go
Name | Type | Description |
---|---|---|
Target | List | Target List |
Type | Description |
---|---|
Int | Number of elements |