Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 230 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 230 Bytes

typescript-bitset

An efficient and resizable packed bitset (aka bit array, bit vector) in Typescript.

Setup

  • yarn install for dev dependencies
  • npm test to run the test

Usage

See the test.