Skip to content
SinisterRectus edited this page Sep 25, 2017 · 17 revisions

extends Iterable

Methods

* get(key)

  • key: *

Returns an individual object by key, where the key should match the result of calling __hash on the contained objects. Unlike the default version, this method operates with O(1) complexity.

function iter()

Returns an iterator that returns all contained object. The order of the objects is not guaranteed.

Clone this wiki locally