Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Back to Docs_main.

pyd.dg_convert

This module contains some more or less dirty hacks for converting between function and delegate types. Its contents are strictly for internal use within Pyd.

template fn_to_dg(Fn)
This template converts a function type into an equivalent delegate type.