"keyAt" (mapping::keyAt)
Returns the key at the given index position.
Synopsis
T mapping.keyAt(uint idx);
Parameters
| Parameter | Description |
|---|---|
| idx | mapping index |
Description
-
Assignment
Mapping
Returns the key at the given index position.
T mapping.keyAt(uint idx);
| Parameter | Description |
|---|---|
| idx | mapping index |
-
Mapping