From 528099a60021640776749a329220d81f74d1b546 Mon Sep 17 00:00:00 2001 From: Dmitry Olshansky Date: Wed, 26 Feb 2014 01:15:19 +0400 Subject: [PATCH] fold in review comments --- std/uni.d | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/std/uni.d b/std/uni.d index 06d5072d766..2210e2db0be 100644 --- a/std/uni.d +++ b/std/uni.d @@ -3854,7 +3854,6 @@ public: */ this(Value filler) { - import std.typecons : staticIota; curIndex = 0; defValue = filler; // zeros-page index, ones-page index @@ -3862,8 +3861,8 @@ public: v = ConstructState(size_t.max, size_t.max); table = typeof(table)(indices); // one page per level is a bootstrap minimum - foreach(i; staticIota!(0, Prefix.length)) - table.length!i = (1<