- StreamType
alias StreamType = ElementType!(Parameters!(__traits(getMember, S, INPUT_STREAM_METHOD))[0])
Undocumented in source.
- StreamType
alias StreamType = ElementType!(Parameters!(__traits(getMember, S, OUTPUT_STREAM_METHOD))[0])
Undocumented in source.
A template that evaluates to the type of a given input or output stream.