mirror of https://github.com/adamdruppe/arsd.git
Chomp chomp
This commit is contained in:
parent
eacf798788
commit
5c7538421f
1
core.d
1
core.d
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue