Enum member isOutputStream
Tests if the given aggregate type is a valid output stream.
enum isOutputStream(T)
= checkInterfaceConformance!(T, OutputStream) is null;
Tests if the given aggregate type is a valid output stream.
enum isOutputStream(T)
= checkInterfaceConformance!(T, OutputStream) is null;