io_lib:format("test", []). returns the string "test". What I'd like is a way to return <<"test">> instead from the output of format. Is there a format/2 somewhere that returns a binary?