Add intrinsics.is_package_imported(<string>)

This commit is contained in:
gingerBill
2021-09-06 15:41:09 +01:00
parent b31a24e5e8
commit a3a891a7f4
3 changed files with 31 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
//+ignore
package intrinsics
// Package-Related
is_package_imported :: proc(package_name: string) -> bool ---
// Types
simd_vector :: proc($N: int, $T: typeid) -> type/#simd[N]T
soa_struct :: proc($N: int, $T: typeid) -> type/#soa[N]T