From 5c7538421f9aa6ba0f1c0fd6729503b3cb478f39 Mon Sep 17 00:00:00 2001 From: Elias Batek Date: Wed, 12 Feb 2025 01:49:32 +0100 Subject: [PATCH] Chomp chomp --- core.d | 1 - 1 file changed, 1 deletion(-) diff --git a/core.d b/core.d index 2523a49..a1625e3 100644 --- a/core.d +++ b/core.d @@ -320,7 +320,6 @@ bool isSliceOf(T1, T2)(scope const(T1)[] needle, scope const(T2)[] haystack) @tr 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.