1 2 3 4 5 6 7 8
%% Prettyprint bitstrings. -module(pretty_bitstring). -export([t/0]). t() -> binary:copy(<<1,2,3:3>>,2).