We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a112f commit 37dbbb6Copy full SHA for 37dbbb6
src/foundation/id_allocator.h
@@ -13,9 +13,9 @@ namespace nativeapi {
13
* Provides unique IDs for different object types with thread-safe allocation.
14
*
15
* ID Structure (32 bits):
16
- * ┌────────────┬──────────────────────────┐
17
- * │ Type (8) │ Sequence (24) │
18
- * └────────────┴──────────────────────────┘
+ * +------------+--------------------------+
+ * | Type (8) | Sequence (24) |
19
* Bits: 31-24 23-0
20
21
* Field Details:
0 commit comments