make as a user-level procedure rather than a built-in procedure

This commit is contained in:
gingerBill
2018-08-08 13:04:40 +01:00
committed by Ginger Bill
parent 28816dc491
commit 835d7dcab2
5 changed files with 85 additions and 866 deletions
+9
View File
@@ -325,6 +325,15 @@ delete :: proc[
mem.delete_map,
];
@(builtin)
make :: proc[
mem.make_slice,
mem.make_dynamic_array_len,
mem.make_dynamic_array,
mem.make_map,
];
@(builtin)