Add bitmanip.BitFlags

This commit is contained in:
2018-09-16 18:15:35 +02:00
parent e5569e5fea
commit eb796e0ddf
5 changed files with 368 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ Tanya consists of the following packages and (top-level) modules:
* `algorithm`: Collection of generic algorithms.
* `async`: Event loop (epoll, kqueue and IOCP).
* `bitmanip`: Bit manipulation.
* `container`: Queue, Array, Singly and doubly linked lists, Buffers, UTF-8
string, Set, Hash table.
* `conv`: This module provides functions for converting between different