Wraps a python function (specified as a string) as a D function roughly of signature func_t
Template Parameters: python = a python function modl = context in which to run expression. must be a python module name. func_t = type of d function
See Implementation
Wraps a python function (specified as a string) as a D function roughly of signature func_t
Template Parameters: python = a python function modl = context in which to run expression. must be a python module name. func_t = type of d function