autowrap v0.4.4 (2019-08-22T08:50:35Z)
Dub
Repo
Functions.notVoid
autowrap
reflection
Functions
Undocumented in source.
template
Functions
(alias module_, Flag!"alwaysExport" alwaysExport = No.alwaysExport)
template
notVoid (
A
...
)
if
(
A
.
length
== 1
) {
alias
T
=
A
[
0
]
;
enum
notVoid
;
}
Members
Aliases
T
alias
T
=
A
[
0
]
Undocumented in source.
Manifest constants
notVoid
enum
notVoid
;
Undocumented in source.
Meta
Source
See Implementation
autowrap
reflection
Functions
aliases
Functions
templates
Function
notVoid