iopipe ~master (2020-08-08T14:25:33Z)
Dub
Repo
hasValve
iopipe
traits
Evaluates to true if the given io pipe has a valve
template
hasValve (
T
) {
import
std
.
traits
:
hasMember
;
;
static if
(
hasMember!(T, "valve")
)
enum
hasValve
;
static if
(!(
hasMember!(T, "valve")
))
enum
hasValve
;
}
Members
Manifest constants
hasValve
enum
hasValve
;
Undocumented in source.
hasValve
enum
hasValve
;
Undocumented in source.
Meta
Source
See Implementation
iopipe
traits
functions
extend
release
window
mixin templates
implementValve
templates
PropertyType
WindowType
hasValve
isIopipe
valveCount
Evaluates to true if the given io pipe has a valve