We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4724cb commit dee91b2Copy full SHA for dee91b2
1 file changed
source/mir/bignum/internal/parse.d
@@ -43,10 +43,11 @@ struct SmallDecimalParsingResult
43
44
/++
45
+/
46
-SmallDecimalParsingResult parseJsonNumberImpl(scope const(char)[] str)
+SmallDecimalParsingResult parseJsonNumberImpl()(scope const(char)[] str)
47
+ @trusted pure nothrow @nogc
48
in (str.length)
49
{
- pragma(inline, false);
50
+ pragma(inline, true);
51
52
alias W = ulong;
53
enum bool allowSpecialValues = false;
0 commit comments