Enum member isInputStream
Tests if the given aggregate type is a valid input stream.
enum isInputStream(T)
= checkInterfaceConformance!(T, InputStream) is null;
Tests if the given aggregate type is a valid input stream.
enum isInputStream(T)
= checkInterfaceConformance!(T, InputStream) is null;