Enum member isTruncatableStream
Tests if the given aggregate type is a valid random access stream.
enum isTruncatableStream(T)
= checkInterfaceConformance!(T, TruncatableStream) is null;
Tests if the given aggregate type is a valid random access stream.
enum isTruncatableStream(T)
= checkInterfaceConformance!(T, TruncatableStream) is null;