package jetbrains.mps.internal.collections.runtime; /*Generated by MPS */ public interface IEnumerable<T> { IEnumerator<T> enumerator(); }