mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
ToStringz
mecca
lib
string
Undocumented in source.
struct
ToStringz (
size_t
N
) {
char
[
N
]
buffer
;
this
();
this(this)
;
this
(const(char)[] str);
ToStringz
opAssign
(const(char)[] str);
const
(
char
)*
ptr
[@property getter];
}
Constructors
this
this
()
Undocumented in source.
this
this
(const(char)[] str)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Alias This
ptr
Members
Functions
opAssign
ToStringz
opAssign
(const(char)[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
ptr
const
(
char
)*
ptr
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buffer
char
[
N
]
buffer
;
Undocumented in source.
Meta
Source
See Implementation
mecca
lib
string
functions
buildStructFormatCode
enumToStr
formatDecimal
formatFloat
formatHex
formatPtr
getNextNonDigitFrom
nogcFormat
nogcFormatTmp
nogcRtFormat
toStringzNGC
static functions
hexArray
structs
StaticFormatter
ToStringz
templates
HexFormat
splitFmt