I've found only arrays. however, to reduce the complexity of my code (searching) to o(1) I need to use dictionary data structure which also known as Associative_array (objects or dictionary).
in simple words i'm looking for a way to declare arrays with string as key, like:
%arr["key"] := value
message(%arr["key"])
Is it possible to define / declare objects with ksp?