Bu operatörler Elixir'de ne anlama geliyor? ~>>, <<~
Bu operatörler Elixir'de ne anlama geliyor? ~ >>, << ~
Burada aşağıdaki hatayı alıyorum http://elixir-lang.org/getting-started/basic-operators.html
listelenmiştir:
iex(28)> b=1
1
iex(29)> b~>>1
** (CompileError) iex:29: undefined function ~>>/2