kiss v0.4.6 (2018-06-28T07:57:03Z)
Dub
Repo
StringImpl.opBinary
kiss
container
String
StringImpl
Undocumented in source. Be warned that the author may not have intended to support it.
struct
StringImpl
(Char, Allocator)
typeof
(this)
opBinary
(
string
op
S
)
(
auto
ref
S
other
)
if
(
(
is
(
S
==
Unqual
!(
typeof
(this))) ||
is
(
S
: const
Char
[])
)
&&
op
== "~"
)
if
(
is
(
Char
==
Unqual
!
Char
) &&
isSomeChar
!
Char
)
Meta
Source
See Implementation
kiss
container
String
StringImpl
aliases
Data
constructors
this
destructors
~this
functions
opApply
opAssign
opBinary
opCast
opCmp
opDollar
opEquals
opIndex
opOpAssign
opSlice
mixins
__anonymous
postblits
this(this)
properties
back
cstr
dup
empty
front
idup
length
ptr
stdString