Create a ContinuousFunction using a template alias parameter instead of a callable object.
Note: This function is given an name instead of opCall because DMD thinks you're trying to instantiate a class if you do ContinuousFunction!fun(...).
See Implementation
Create a ContinuousFunction using a template alias parameter instead of a callable object.
Note: This function is given an name instead of opCall because DMD thinks you're trying to instantiate a class if you do ContinuousFunction!fun(...).