UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

6 lines (5 loc) 98 B
export async function * fromArray<T>(array: T[]) { for (const el of array) { yield el } }