Skip to content

Instantly share code, notes, and snippets.

@johnjansen
Created October 12, 2016 22:49
Show Gist options
  • Save johnjansen/1592c3a1f30785d4012272f1d3a9797e to your computer and use it in GitHub Desktop.
Save johnjansen/1592c3a1f30785d4012272f1d3a9797e to your computer and use it in GitHub Desktop.
Hack to - Define a variable as a union type from the outset in crystal-lang
some_var = [Int32.new(0), nil, ""].first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment