isService.isService

Undocumented in source.
template isService(T)
enum isService = isBaseService!T || isDerivedService!T;

Meta