collections ~master (2022-05-06T22:22:30.7373307)
Dub
Repo
RCString.opOpAssign
stdx
collections
rcstring
RCString
Undocumented in source. Be warned that the author may not have intended to support it.
typeof
(
this
)
opOpAssign
(typeof(this) rhs)
typeof
(
this
)
opOpAssign
(string rhs)
typeof
(
this
)
opOpAssign
(C c)
struct
RCString
typeof
(this)
opOpAssign
(
string
op
C
)
(
C
c
)
if
(
op
== "~" &&
isSomeChar
!
C
)
typeof
(
this
)
opOpAssign
(R r)
Examples
auto
r1
=
RCString
(
"abc"
);
r1
~=
'd'
;
assert
(
r1
.
equal
(
"abcd"
));
Meta
Source
See Implementation
stdx
collections
rcstring
RCString
constructors
this
functions
by
dup
empty
equal
idup
opAssign
opBinary
opBinaryRight
opCast
opCmp
opDollar
opEquals
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
save
toHash
toString
writeln