mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
SmallString.opCmp
mir
small_string
SmallString
Comparisons operator overloads
int
opCmp
(SmallString!rhsMaxLength rhs)
int
opCmp
(const(char)[] str)
struct
SmallString
(uint maxLength)
extern (
D
) @
safe
pure @
nogc
scope nothrow const scope
int
opCmp
()
(
scope
const
(
char
)[]
str
)
if
(
maxLength
)
bool
opEquals
(SmallString rhs)
bool
opEquals
(SmallString rhs)
bool
opEquals
(SmallString!rhsMaxLength rhs)
bool
opEquals
(const(char)[] str)
Meta
Source
See Implementation
mir
small_string
SmallString
aliases
opBinary
opOpAssign
put
toString
constructors
this
functions
append
concat
empty
length
opAssign
opCmp
opEquals
opIndex
toHash
trustedAssign
variables
_data
Comparisons operator overloads