export function toArray(src: Iterable): TSource[] { return [...src]; }