@algorithm.ts/types
TypeScript icon, indicating that this package has built-in type declarations

3.0.0-alpha.5 • Public • Published

@algorithm.ts/types


Common types.

Install

  • npm

    npm install --save @algorithm.ts/types
  • yarn

    yarn add @algorithm.ts/types

Usage

ICollection

Signature Description
readonly size: number Count the element in the collection.
destroy(): void Release memory.
clear(): void Remove all elements. (Notice that this method does not release memory)

Related

Readme

Keywords

none

Package Sidebar

Install

npm i @algorithm.ts/types@3.0.0-alpha.5

Version

3.0.0-alpha.5

License

MIT

Unpacked Size

8.68 kB

Total Files

13

Last publish

Collaborators

  • lemonclown