An interface representing the general form of a data structure that contains elements.
Install from NPM with
$ npm install --save @jsdsl/container
The interface included in this package serves as a standardizing basis for a handful of other packages that implement container and container-like data structures, and is therefore not intended to be used alone.
Please refer to the documentation of the package implementing this package's abstract class for (hopefully) more useful information.
See the wiki for full documentation.
@jsdsl/container is made available under the GNU General Public License v3.
Copyright (C) 2021 Trevor Sears