Binding operator - is it possible to add the ‘:=’ operator for binding assignments and keep the ‘=’ operator for pattern matching

But there is no such thing as “binding assignment operator” in Elixir. There is only pattern matching (with potential rebinding). So I do not really get how these operators would differ.

6 Likes