isSchema

Checks if the type argument is a pipeline schema.

Apart from instances of Schema, built-in arrays and input ranges are also treated as schemas. This allows them to be directly used as pipeline sources.

enum bool isSchema(P);

Meta