isStruct

Eponymous template that is true if the passed type is a struct.

Used with std.meta.Filter, which cannot take is() expressions.

enum isStruct (
T
)

Parameters

T

Type to introspect.

Meta