vtables, protocol

This commit is contained in:
agra
2026-02-24 06:20:38 +02:00
parent 0cc7b69441
commit 170e236764
16 changed files with 3032 additions and 294 deletions

View File

@@ -3,7 +3,7 @@
main :: () {
list : List(s32) = .{};
append(list, 1);
list.append(1);
list.append(3);
list.append(4);