Skip to content

Instantly share code, notes, and snippets.

@kiennt
Created April 13, 2016 15:55
Show Gist options
  • Save kiennt/ce20dd95eec0341ac9dfe5c8629bb07f to your computer and use it in GitHub Desktop.
Save kiennt/ce20dd95eec0341ac9dfe5c8629bb07f to your computer and use it in GitHub Desktop.
<<a, b::size(3), rest::bitstring>> = <<1, 2, 3, 4, 5>>
# a => 1
# b => 0
# rest => <16, 24, 32, 5::size(5)>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment