- opOpAssign
void opOpAssign(string item)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(Path item)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(Range items)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(string item)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(Path item)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(Range items)
Undocumented in source. Be warned that the author may not have intended to support it.
- reserve
void reserve(size_t newCapacity)
Undocumented in source. Be warned that the author may not have intended to support it.
Much like std.array.Appender!string, but specifically geared towards building a command string out of arguments. String and Path can both be appended. All elements added will automatically be escaped, and separated by spaces, as necessary.