Enum member isPeekSource

Returns true if S is a source from which data can be read by calling peek() and consume().

Declaration

enum isPeekSource(S...) = testStage!(isPeekable, templ, S);

Authors

Adrian Matoga

Copyright

© 2016 Adrian Matoga

License

Boost License 1.0.