diff --git a/inmath/interpolate.d b/inmath/interpolate.d index 54c4399..f088ef6 100644 --- a/inmath/interpolate.d +++ b/inmath/interpolate.d @@ -13,7 +13,7 @@ private { import std.conv : to; } -@safe pure nothrow @nogc: +@safe nothrow @nogc: /// Linearly interpolates between `a` and `b`, using scalar `t` from 0..1 T lerp(T)(T a, T b, float t) {