mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
SmallString.this
mir
small_string
SmallString
Constructor
this
(typeof(null) )
this
(const(char)[] str)
this
(SmallString!n str)
struct
SmallString
(uint maxLength)
extern (
D
) @
safe
pure @
nogc
this
(
uint
n
)
(
auto
ref
scope
const
SmallString
!
n
str
)
if
(
maxLength
)
this
(Range 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
Constructor