Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
321 contributions in the last year
Activity overview
Contribution activity
September 2020
Created an issue in AssemblyScript/assemblyscript that received 2 comments
How to create co-dependent classes?
Let's say I have two classes, each depending on the other:
export class Foo { bar: Bar;
}; export class Bar { foo: Foo;
};
This yields the followi…
2
comments