
  [;1m-spec integer_to_binary(Integer) -> binary() when Integer :: integer().[0m

[;;4mSince[0m:
  OTP R16B

  Returns a binary corresponding to the text representation of [;;4m[0m
  [;;4mInteger[0m, for example:

    > integer_to_binary(77).
    <<"77">>
