Enum member isStage

Returns true if S is a source or a sink.

Declaration

enum isStage(S...) = isSource!S || isSink!S;

Authors

Adrian Matoga

Copyright

© 2016 Adrian Matoga

License

Boost License 1.0.