Pinned Loading
-
AfterClass-io/afterclass.io-v2
AfterClass-io/afterclass.io-v2 Public[alpha] https://new.afterclass.io
-
-
-
golang-garbage-collection
golang-garbage-collection PublicA simple Gin application to show the Golang Garbage Collection in action.
Go
-
singpass/myinfobiz-demo-app-vc
singpass/myinfobiz-demo-app-vc PublicA simple Next.js app to demonstrate Myinfo business Verifiable Credential request and verification.
TypeScript 1
-
The idea is that you will have a gen...
The idea is that you will have a generic wrapper `Event<'T>` and then use different types for `'T` to represent different types of Events. These types (referring to `'T`) are never actually instantiated, which is why they're called phantom types. 1[<Struct>]
2type Event<'T> = Event of string
34type ClickEvent = interface end
5type KeyEvent = interface end
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.