IEx.Helpers.ref

You're seeing just the function ref, go back to IEx.Helpers module for more information.
Link to this function

ref(string)

View Source (since 1.6.0)

Creates a Reference from string.

Examples

iex> ref("0.1.2.3")
#Reference<0.1.2.3>
Link to this function

ref(w, x, y, z)

View Source (since 1.6.0)

Creates a Reference from its 4 non-negative integers components.

Examples

iex> ref(0, 1, 2, 3)
#Reference<0.1.2.3>