From 365d15d81faaaed590817c4ff74c8f65876f476b Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 2 May 2024 15:01:57 +0200 Subject: [PATCH] View - Removed unreachable code --- source/niknaks/containers.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/niknaks/containers.d b/source/niknaks/containers.d index adac908..829e1bf 100644 --- a/source/niknaks/containers.d +++ b/source/niknaks/containers.d @@ -740,8 +740,6 @@ if(isSector!(SectorType)()) thunk += sector.opDollar(); } } - - throw new ArrayIndexError(idx, this.length); } public T[] opSlice()