An open API service indexing awesome lists of open source software.

https://github.com/obsolete-outdated/bitmask32

A simple approach to 32-bit bitmasks. Used to send arrays of bools. MongoDB is using bitmasks as its flags parameters.
https://github.com/obsolete-outdated/bitmask32

Last synced: 4 months ago
JSON representation

A simple approach to 32-bit bitmasks. Used to send arrays of bools. MongoDB is using bitmasks as its flags parameters.

Awesome Lists containing this project

README

          

# bitmask in dart

A simple approach to 32-bit bitmasks. Used to send arrays of bools. Created for MongoDB flags.

## Getting Started

This project is a starting point for a Dart
[package](https://flutter.dev/developing-packages/),
a library module containing code that can be shared easily across
multiple Flutter or Dart projects.

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.