3.1.1 • Published 2 years ago
@algorithm.ts/types v3.1.1
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
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