Module

Screeps.Path.Cache

Package
purescript-screeps-classy
Repository
purescript/purescript-screeps

This module facilitates caching of the PathFinder's RoomCallback.

#Cache Source

newtype Cache

Constructors

#cached Source

cached :: forall a. Cache -> RoomCallback (ref :: REF | a) -> RoomCallback (ref :: REF | a)

#newCache Source

newCache :: forall e. Eff (ref :: REF | e) Cache