docs: Add tutorial on bitflags (#27192)

* docs: Add tutorial on bitflags

* add bit about max flags, also fix horrible admonition font size

* accidentally a word

* better terminology

* include contra's docs, better distinction between value and variable (hopefully), better example without a leading 0

* fuck

* this should stay higher up

* fix operator
This commit is contained in:
warriorstar-orion
2024-11-10 13:43:41 +00:00
committed by GitHub
parent b38c4bbd4c
commit 1328a3fe3e
6 changed files with 270 additions and 0 deletions
+4
View File
@@ -26,3 +26,7 @@ header {
--md-typeset-a-color: #ff558d;
}
.md-typeset .admonition {
font-size: 0.8rem;
}