Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

count keys in map()

Prev Next

Returns the number of elements in the map a.

Parameters

Parameter

Description

a

(optional) Name of the map. Default: "default".

Examples

A map "myMap" with three elements is defined.

Parameter a

Result

myMap

3

myOtherMap

0