Skip to content

Commit dee91b2

Browse files
committed
inline parseJsonNumberImpl
1 parent c4724cb commit dee91b2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

source/mir/bignum/internal/parse.d

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ struct SmallDecimalParsingResult
4343

4444
/++
4545
+/
46-
SmallDecimalParsingResult parseJsonNumberImpl(scope const(char)[] str)
46+
SmallDecimalParsingResult parseJsonNumberImpl()(scope const(char)[] str)
47+
@trusted pure nothrow @nogc
4748
in (str.length)
4849
{
49-
pragma(inline, false);
50+
pragma(inline, true);
5051

5152
alias W = ulong;
5253
enum bool allowSpecialValues = false;

0 commit comments

Comments
 (0)