mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 15:32:16 +00:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
export namespace gc {
|
|
|
|
@builtin export declare function iterateRoots(fn: (ref: usize) => void): void; // tslint:disable-line
|
|
|
|
}
|