Skip to content

Instantly share code, notes, and snippets.

@zevlg
Created February 14, 2017 15:29
Show Gist options
  • Save zevlg/373f31b70f6a919b1765cb224b7ac4ee to your computer and use it in GitHub Desktop.
Save zevlg/373f31b70f6a919b1765cb224b7ac4ee to your computer and use it in GitHub Desktop.
struct M1
var x: I32 = 0
struct M2
var y: I64 = 0
type Un is (M1 | M2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment