[latex3-commits] [git/LaTeX3-latex3-latex3] main: Add l3bitset to README.md (8761d269b)

PhelypeOleinik phelype.oleinik at latex-project.org
Tue Jul 13 14:05:32 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/8761d269b983a0a5650c457652865e6d27cc2ea3

>---------------------------------------------------------------

commit 8761d269b983a0a5650c457652865e6d27cc2ea3
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Tue Jul 13 09:05:32 2021 -0300

    Add l3bitset to README.md
    
    [ci skip]


>---------------------------------------------------------------

8761d269b983a0a5650c457652865e6d27cc2ea3
 l3experimental/README.md | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/l3experimental/README.md b/l3experimental/README.md
index ebb812c17..9ecabb4be 100644
--- a/l3experimental/README.md
+++ b/l3experimental/README.md
@@ -16,12 +16,13 @@ are under active development and the interfaces may change.
 
 All of the material in the collection requires the LaTeX3 base layer package
 [`l3kernel`](http://ctan.org/pkg/l3kernel). The two packages must be installed
-in matching versions: if you update `l3experimental`, make sure that `l3kernel` is
-updated at the same time.
+in matching versions: if you update `l3experimental`, make sure that `l3kernel`
+is updated at the same time.
 
 Currently included in the CTAN release of l3experimental are the following
 bundles:
 * `l3benchmark`
+* `l3bitset`
 * `l3draw`
 * `l3graphics`
 * `l3opacity`
@@ -35,6 +36,14 @@ bundles:
 
 This module provides support for benchmarking the performance of code.
 
+`l3bitset`
+-------------
+
+This module provides a `bitset` data type, a vector of bits, which can be set
+and unset using their individual index in the vector, or using names assigned to
+each position in the vector.  The bitset can be returned as a string of bits or
+as a decimal integer.
+
 `l3draw`
 --------
 





More information about the latex3-commits mailing list.