On Saturday, 2 June 2012 at 17:33:04 UTC, Max Samukha wrote:
(of function pointer) type, so you will have to go hacky. It is easiest to use std.functional.toDelegate (don't ask why it is in std.functional):
s/of function pointer/or function pointer/
On Saturday, 2 June 2012 at 17:33:04 UTC, Max Samukha wrote:
(of function pointer) type, so you will have to go hacky. It is easiest to use std.functional.toDelegate (don't ask why it is in std.functional):
s/of function pointer/or function pointer/