validateOutputStream

Verifies that the given type is a valid output stream.

A valid output stream type must implement all methods of the OutputStream interface. Inheriting form OutputStream is not strictly necessary, which also enables struct types to be considered as stream implementations.

Members

Mixins

__anonymous
mixin validateInterfaceConformance!(T, .OutputStream)
Undocumented in source.

See Also

isOutputStream

Meta