Skip to content

Instantly share code, notes, and snippets.

@KodrAus
Created October 31, 2018 21:52
Embed
What would you like to do?
MaybeInitialized
union MaybeInitialized<T> {
initialized: T,
uninitialized: (),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment