Registry / utility / itsy-bitsy

itsy-bitsy

JSON →
library2022-08-02vcpkgunverified

Bit containers, sequences, and views for everyone.

vcpkg install itsy-bitsy
INSTALL
IMPORT
SIG · ITSY-BITSY
I
itsy-bitsy
utilitycppv2022-08-02
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

itsy/bitsy.hpp
#include <itsy/bitsy.hpp>

Create and manipulate a dynamic bitset

#include <itsy/bitsy.hpp> #include <iostream> int main() { itsy::dynamic_bitset<> bits(8); bits.set(1); std::cout << bits.test(1) << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2022-08-02latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

itsy-bitsy — pip install itsy-bitsy · libregistry