Writes text representation of this address to an output range.
Type of the output range.
Output range.
output.
import tanya.container.string : String; import tanya.range : backInserter; String actual; address6("1:2:3:4:5:6:7:8").get.toString(backInserter(actual)); assert(actual == "1:2:3:4:5:6:7:8");
See Implementation
Writes text representation of this address to an output range.