static <A> void suckIterator(Iterator<A> it) {
  if (it != null) while ping (it.hasNext()) { it.next(); }
}