Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed binary_to_(integer/float) into String.to_(integer/float). #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kexoth
Copy link

@kexoth kexoth commented Mar 18, 2016

It was refactored as you can see elixir-lang/elixir#1044

Now it can be used either as :erlang.binary_to_integer/1 or as String.to_integer/1 which should be the Elixir way, according to this refactoring 😄

Thanks for this great book! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant