On Saturday, 10 March 2018 at 20:48:06 UTC, Nordlöw wrote:
If I have a functionbool f(Rs...)(Rs rs)is it somehow possible to map and forward all its arguments `rs` to another functionbool g(Rs...)(Rs rs);
docs: https://dlang.org/phobos/std_traits.html#.Parameters usage example:https://github.com/crimaniak/d-vision/blob/master/src/vision/eventbus.d#L173