Function.capture
You're seeing just the function
capture
, go back to Function module for more information.
Specs
Captures the given function.
Inlined by the compiler.
Examples
iex> Function.capture(String, :length, 1)
&String.length/1