nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
StringCharType
nulib
string
Gets the type of the element in a string-ish type.
template
StringCharType (
T
) {
alias
StringCharType
=
Unqual
!(
T
.
CharType
)
;
alias
StringCharType
=
Unqual
!(
typeof
(
T
.
init
[
0
].
init
))
;
alias
StringCharType
=
void
;
}
Members
Aliases
StringCharType
alias
StringCharType
=
Unqual
!(
T
.
CharType
)
Undocumented in source.
StringCharType
alias
StringCharType
=
Unqual
!(
typeof
(
T
.
init
[
0
].
init
))
Undocumented in source.
StringCharType
alias
StringCharType
=
void
Undocumented in source.
Meta
Source
See Implementation
nulib
string
aliases
ndstring
nstring
nwstring
enums
StringCharSize
isSomeCString
isSomeChar
isSomeDString
isSomeNString
isSomeSafeString
isSomeString
isStringable
functions
fromStringz
nu_strlen
sliceof
structs
StringImpl
templates
StringCharType
Gets the type of the element in a string-ish type.