Enum member isConnectionStream
Tests if the given aggregate type is a valid connection stream.
enum isConnectionStream(T)
= checkInterfaceConformance!(T, ConnectionStream) is null;
Tests if the given aggregate type is a valid connection stream.
enum isConnectionStream(T)
= checkInterfaceConformance!(T, ConnectionStream) is null;