let
get t i =
assert
(i < t.sz);
let
e = t.data.(i)
in
if
e == t.dummy
then
raise
Not_found
else
e