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

3.1.1 • 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

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i @algorithm.ts/types

    Weekly Downloads

    22

    Version

    3.1.1

    License

    MIT

    Unpacked Size

    11 kB

    Total Files

    8

    Last publish

    Collaborators

    • lemonclown