Enum member isStream
Tests if the given aggregate type is a valid bidirectional stream.
enum isStream(T)
= checkInterfaceConformance!(T, Stream) is null;
Tests if the given aggregate type is a valid bidirectional stream.
enum isStream(T)
= checkInterfaceConformance!(T, Stream) is null;