Packages

Functions Related to the Collatz/Syracuse/3n+1 Problem

Current section

Files

Jump to
collatz src collatz@internal.erl
Raw

src/collatz@internal.erl

-module(collatz@internal).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([format_pair/2]).
-spec format_pair(binary(), binary()) -> binary().
format_pair(Name, Value) ->
<<<<Name/binary, "="/utf8>>/binary, Value/binary>>.