getMixin.getMixin

Undocumented in source.
template getMixin(T, string name, bool reverseSort)
enum getMixin = nullCheck!(T, name) ~ "if (this." ~ name ~ " != _AutoDataOther." ~ name ~ ") return false;";

Meta