Core abstract interfaces for collections and queues:
Collection— base class for synchronous iterable collections with CRUD support.AsyncCollection— async variant of Collection, using async iteration and promises.Queue— abstract interface for ordered Collections.