The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
SmallString.opCmp
mir
small_string
SmallString
Comparisons operator overloads
int
opCmp
(SmallString!rhsMaxLength rhs)
struct
SmallString
(uint maxLength)
extern (
D
) @
safe
pure @
nogc
scope nothrow scope const
int
opCmp
(
uint
rhsMaxLength
)
(
auto
ref
scope
const
SmallString
!
rhsMaxLength
rhs
)
if
(
maxLength
)
int
opCmp
(const(char)[] str)
Meta
Source
See Implementation
mir
small_string
SmallString
aliases
opBinary
opDollar
opOpAssign
put
toString
constructors
this
functions
append
concat
empty
length
opAssign
opCmp
opEquals
opIndex
opSlice
toHash
trustedAssign
Comparisons operator overloads