Module screeps::js_collections

source ·
Expand description

Typed JavaScript collection wrappers.

Structs

  • Container holding a reference to an Object in JavaScript as well as expected types for both the keys and values.
  • Represents a reference to an Object ID string in JavaScript memory, typed according to the object type Rust expects for the object after resolving.

Traits