internal IEnumerable <T> IterateUnordered()
 {
     return(ColaStore.IterateUnordered(m_count, m_levels));
 }