Skip to main content

length

Gets the length of a list or map.

length(targetList)
# Or
length(targetMap)

Parameters#

  • targetList: The target list
  • targetMap: The target map

Returns#

  • Total item count for a list
  • Total key-value pairs or entries for a map