Enum member valveCount

Determine the number of valves in the given pipeline

enum valveCount(T) = 1 + .valveCount!(PropertyType!(T.init.valve));