- opAssign
void opAssign(bcstring str)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(typeof(null) _)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
String opBinary(String rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
String opBinary(bcstring rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(bcstring other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(String other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) _)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
bcstring opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
char opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(char v, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(String rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(bcstring rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
bcstring opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceAssign
void opSliceAssign(char v, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceAssign
void opSliceAssign(bcstring str, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(bcstring chars)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(String str)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(Range r)
Undocumented in source. Be warned that the author may not have intended to support it.
- putMany
void putMany(Params params)
Undocumented in source. Be warned that the author may not have intended to support it.