Chomp chomp

This commit is contained in:
Elias Batek 2025-02-12 01:49:32 +01:00
parent eacf798788
commit 5c7538421f
1 changed files with 0 additions and 1 deletions

1
core.d
View File

@ -320,7 +320,6 @@ bool isSliceOf(T1, T2)(scope const(T1)[] needle, scope const(T2)[] haystack) @tr
assert(s1[$ .. $].isSliceOf(s1)); assert(s1[$ .. $].isSliceOf(s1));
} }
/++ /++
Does math as a 64 bit number, but saturates at int.min and int.max when converting back to a 32 bit int. Does math as a 64 bit number, but saturates at int.min and int.max when converting back to a 32 bit int.