rcstring ~master (2022-04-29T19:53:09.5780165)
Dub
Repo
StringPayload
rcstring
Undocumented in source.
struct
StringPayload (
T
M
=
void
) {
T
*
ptr
;
size_t
length
;
long
refCnt
;
static if
(
!is(M == void)
)
ubyte
[
__traits
(
classInstanceSize
,
M
)]
mutex
;
}
Members
Variables
length
size_t
length
;
Undocumented in source.
mutex
ubyte
[
__traits
(
classInstanceSize
,
M
)]
mutex
;
Undocumented in source.
ptr
T
*
ptr
;
Undocumented in source.
refCnt
long
refCnt
;
Undocumented in source.
Meta
Source
See Implementation
rcstring
aliases
DString
String
WString
functions
testFunc
structs
StringImpl
StringPayload
StringPayloadHandler