miao-string ~master (2022-05-28T10:56:13.300643)
Dub
Repo
ValueType
miao
common
util
Undocumented in source.
@
safe
template
ValueType (
Rng
) {
alias
Type
=
typeof
(
Rng
.
init
[
0
])
;
alias
Type
=
ElementType
!
Rng
;
alias
ValueType
=
Unqual
!
Type
;
}
Members
Aliases
Type
alias
Type
=
typeof
(
Rng
.
init
[
0
])
Undocumented in source.
Type
alias
Type
=
ElementType
!
Rng
Undocumented in source.
ValueType
alias
ValueType
=
Unqual
!
Type
Undocumented in source.
Meta
Source
See Implementation
miao
common
util
templates
GenerateFunction
ValueType