yurai ~master (2022-05-09T17:34:28.3517347)
Dub
Repo
CharBufferType
yurai
core
strings
Undocumented in source.
template
CharBufferType (
T
)
if
(
isSomeString
!
T
) {
alias
CharBufferType
=
ubyte
;
alias
CharBufferType
=
ushort
;
alias
CharBufferType
=
uint
;
}
Members
Aliases
CharBufferType
alias
CharBufferType
=
ubyte
Undocumented in source.
CharBufferType
alias
CharBufferType
=
ushort
Undocumented in source.
CharBufferType
alias
CharBufferType
=
uint
Undocumented in source.
Meta
Source
See Implementation
yurai
core
strings
functions
asBytes
asBytesRaw
asString
asStringRaw
templates
CharBufferType
CharType