Lagrange.lightImmutable

struct Lagrange(T, uint maxAdditionalFunctions = 0, X = T)
@safe pure @nogc extern (D) scope const immutable @property @trusted
@optmath
lightImmutable
()
()
if (
isFloatingPoint!T &&
maxAdditionalFunctions < 16
)

Meta