is_wrapped

A useful check for whether a given class has been wrapped. Mainly used by the conversion functions (see make_object.d), but possibly useful elsewhere.

template is_wrapped (
T
) {
bool is_wrapped;
}

Meta