Skip to content

Instantly share code, notes, and snippets.

@DougEverly
Created October 20, 2016 20:50
Show Gist options
  • Select an option

  • Save DougEverly/e2f0974405abe73f223af2edab3ac332 to your computer and use it in GitHub Desktop.

Select an option

Save DougEverly/e2f0974405abe73f223af2edab3ac332 to your computer and use it in GitHub Desktop.
struct Int32
def to(t : Int64.class)
self.to_i64
end
end
a = 13_i32
b = a.to(Int64)
b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment