pub type Collection<'a, D> = Saved<Dynamic<'a, (D, isize)>>;
pub struct Collection<'a, D> { /* private fields */ }