@[email protected] to Programmer [email protected]English • 11 months agoSome of my iterations are delightfully recursivelemmy.worldimagemessage-square56fedilinkarrow-up1521arrow-down110
arrow-up1511arrow-down1imageSome of my iterations are delightfully recursivelemmy.world@[email protected] to Programmer [email protected]English • 11 months agomessage-square56fedilink
minus-square@[email protected]linkfedilink5•11 months agoImmutable in order to protect against parallel code changing the size of the iterable?
minus-square@[email protected]linkfedilink9•11 months agoImmutable because the only lists worth iterating over are the ones I define for myself.
Immutable in order to protect against parallel code changing the size of the iterable?
Immutable because the only lists worth iterating over are the ones I define for myself.