Walter Bright <newshound1 at digitalmars.com> wrote: > KennyTM~ wrote: >> Why a map type (sorted associative array)'s key must start at zero? > > You can special case the [0..$], or simply use [] to represent the > entire range. Of course, but assume you want the first 15 elements, what do you do? -- Simen