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.

Members

Aliases

Mapping
alias Mapping = pyd_references!T.Mapping
Undocumented in source.
is_wrapped
alias is_wrapped = is_wrapped!(Mapping.TypeInfoType!T)
Undocumented in source.

Variables

is_wrapped
bool is_wrapped;
Undocumented in source.

Meta