interface Iterable<T> {
    Iterator<T> iterator();
}
