LeastSquaresTaskBetterC

Alias for a C-compatible function pointer taking a const LeastSquaresTask and a uint, returning void. (community summary)

alias LeastSquaresTaskBetterC = void function
(
scope const LeastSquaresTask
,,,
uint i
)
@safe nothrow @nogc pure