Remove iptrdiff and uptrdiff. Bump version to 0.3.100

This commit is contained in:
Christoffer Lerno
2022-11-17 23:44:54 +01:00
parent bbef94b0fd
commit da1a45f718
61 changed files with 125 additions and 142 deletions

View File

@@ -32,8 +32,8 @@ module stack <Type>;
struct Stack
{
usize capacity;
usize size;
usz capacity;
usz size;
Type* elems;
}