On 05/31/2015 02:33 PM, Assembly wrote:
appender is in std.array.Aliwhy that page I've linked use std.format?
Some examples simply use appender. For example, the following appears in some of the examples there:
import std.array : appender; Ali
Ali Çehreli via Digitalmars-d-learn Sun, 31 May 2015 14:46:02 -0700
On 05/31/2015 02:33 PM, Assembly wrote:
appender is in std.array.Aliwhy that page I've linked use std.format?
Some examples simply use appender. For example, the following appears in some of the examples there:
import std.array : appender; Ali