external gc interface

This commit is contained in:
dcode
2019-03-28 11:07:47 +01:00
parent 41abc0166c
commit 0dcfcc7935
8 changed files with 2573 additions and 17 deletions

View File

@ -16,3 +16,7 @@ export const E_EMPTYARRAY: string = "Array is empty";
// @ts-ignore: decorator
@lazy @inline
export const E_HOLEYARRAY: string = "Element type must be nullable if array is holey";
// @ts-ignore: decorator
@lazy @inline
export const E_NOTIMPLEMENTED: string = "Not implemented";