Yes, you can, by passing the full path to the function, which in this case is Kernel.<>
:
iex(1)> "foo" |> Kernel.<>("bar")
"foobar"
Yes, you can, by passing the full path to the function, which in this case is Kernel.<>
:
iex(1)> "foo" |> Kernel.<>("bar")
"foobar"