auto buffer = createBuffer("zero"); append(buffer, "one", "two", "three"); test!("==")(buffer[], "zeroonetwothree");
See Implementation