From: Lady Date: Thu, 24 Jul 2025 03:35:47 +0000 (-0400) Subject: Define names and lengths for iterator functions X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/d8b8bf6b37eb780a98bca3be06d2d98df4c83691?hp=d8b8bf6b37eb780a98bca3be06d2d98df4c83691 Define names and lengths for iterator functions Iterator function generators had names, but the functions they generated did not. Now they do, following the general conventions of existing functions like `Array::[Symbol.iterator]` (not that these _particularly_ make sense). Their lengths were already 1 and they were already not constructable, but this is now tested. Also, minor changes to documentation, ⁊·c. ---