3.1.1 • Published 2 years ago

@algorithm.ts/types v3.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Common types.

Install

  • npm

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

    yarn add @algorithm.ts/types

Usage

ICollection

SignatureDescription
readonly size: numberCount the element in the collection.
destroy(): voidRelease memory.
clear(): voidRemove all elements. (Notice that this method does not release memory)

Related

3.1.1

2 years ago

3.1.0

2 years ago

3.0.0-alpha.8

2 years ago

3.0.0

2 years ago

3.0.0-alpha.3

3 years ago

3.0.0-alpha.2

3 years ago

3.0.0-alpha.5

3 years ago

3.0.0-alpha.4

3 years ago

3.0.0-alpha.7

2 years ago

3.0.0-alpha.6

3 years ago

3.0.0-alpha.1

3 years ago

3.0.0-alpha.0

3 years ago