IEx.Helpers.ref
You're seeing just the function
ref
, go back to IEx.Helpers module for more information.
Creates a Reference from string
.
Examples
iex> ref("0.1.2.3")
#Reference<0.1.2.3>
Creates a Reference from its 4 non-negative integers components.
Examples
iex> ref(0, 1, 2, 3)
#Reference<0.1.2.3>