Sergey Gromov wrote: > I think that the base type should offer both speed and safety by > default. To achieve this I propose to disallow unsafe operations on > current arrays, call them slices, and introduce a built-in memory > management class, Array(T). I agree that ~= for T[] is bad. Andrei