keys

Returns a dynamic array, the elements of which are the keys in the associative array.

@property
Key[]
keys
(
T : Value[Key]
Value
Key
)
(
T aa
)

Parameters

aa
Type: T

The associative array.

Return Value

Type: Key[]

A dynamic array.

Suggestion Box / Bug Report