isOsc.isOsc

Undocumented in source.
template isOsc(alias T)
enum isOsc = staticIndexOf!(Osc, __traits(getAttributes, T)) != -1;

Meta