-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc9d892
commit 5018210
Showing
7 changed files
with
74 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Bitset | ||
|
||
::::{grid} 1 2 2 3 | ||
:margin: 4 4 0 0 | ||
:gutter: 1 | ||
|
||
:::{grid-item-card} {octicon}`cpu` Documentation | ||
:link: bitsetListing | ||
:link-type: doc | ||
|
||
View the API and documentation for LibRapid Sets. | ||
::: | ||
|
||
:::{grid-item-card} {octicon}`tools` Examples | ||
:link: examples | ||
:link-type: doc | ||
|
||
See some examples of LibRapid's Set library in action | ||
::: | ||
|
||
:::{grid-item-card} {octicon}`tools` Implementation Details | ||
:link: implementation | ||
:link-type: doc | ||
|
||
Learn about how LibRapid's Bitset library is implemented | ||
::: | ||
:::: | ||
|
||
```{toctree} | ||
:hidden: | ||
:maxdepth: 3 | ||
Documentation <bitsetListing> | ||
Examples <examples> | ||
Implementation Details <implementation> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Bitset Listing | ||
|
||
```{doxygenfile} librapid/include/librapid/datastructures/bitset.hpp | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Bitset Examples | ||
|
||
*To do* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Bitset Implementation Details | ||
|
||
*To do* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters