Packages
Functions Related to the Collatz/Syracuse/3n+1 Problem
Retired package: Publishing test, not a different version to 0.0.1
Current section
Files
Jump to
Current section
Files
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>>.