anonymous wrote: >> I presume this means >> http://dlang.org/phobos/std_array.html#.Appender.reserve but >> how `append` is considered an operator is beyond me. > > That sentence doesn't refer to std.array.Appender. `reserve` > means <http://dlang.org/phobos/object.html#.reserve>. The append > operator is `~=`.
Thanks for that clarification. Now submitted a pull request. -- Shriramana Sharma, Penguin #395953