Skip to content

Instantly share code, notes, and snippets.

@laginha87
Created May 2, 2018 18:15
Show Gist options
  • Save laginha87/fbe7b6a8a3f0c0d96d77c902fb3e61f5 to your computer and use it in GitHub Desktop.
Save laginha87/fbe7b6a8a3f0c0d96d77c902fb3e61f5 to your computer and use it in GitHub Desktop.
array_and_hash_3
# Declaring arrays and hashes that can have nils and have either strings or ints
array = [] of Int32|String?
hash = {} of String => Int32|String?
alias A = Int32|String?
array_2 = [] of A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment