iopipe ~master (2020-08-08T14:25:33Z)
Dub
Repo
valveCount
iopipe
traits
Determine the number of valves in the given pipeline
template
valveCount (
T
) {
static if
(
hasValve!(T)
)
enum
valveCount
;
static if
(!(
hasValve!(T)
))
enum
valveCount
;
}
Members
Manifest constants
valveCount
enum
valveCount
;
Undocumented in source.
valveCount
enum
valveCount
;
Undocumented in source.
Meta
Source
See Implementation
iopipe
traits
functions
extend
release
window
mixin templates
implementValve
templates
PropertyType
WindowType
hasValve
isIopipe
valveCount
Determine the number of valves in the given pipeline