Commit Graph

2 Commits

Author SHA1 Message Date
roodletoof 3e80bd2cfd with_borrow macros
this allows for scope-based heap allocations. There is one limitation.
You cannot use the return keyword inside the following block. This trick
uses dark macro magic :)
2025-10-10 20:13:15 +02:00
roodletoof a20833f4ee borrow allocator implementation 2025-10-08 22:16:31 +02:00