Refactor protocols.

This commit is contained in:
Christoffer Lerno
2023-10-06 20:29:20 +02:00
committed by Christoffer Lerno
parent f3e3aa231d
commit 99cfaa1583
98 changed files with 756 additions and 590 deletions

View File

@@ -1,6 +1,6 @@
module std::core::dstring;
def DString = distinct void*;
distinct DString = void*;
const usz MIN_CAPACITY @private = 16;