@[email protected] to Programmer [email protected]English • 1 year agoSome of my iterations are delightfully recursivelemmy.worldimagemessage-square56fedilinkarrow-up1440
arrow-up1440imageSome of my iterations are delightfully recursivelemmy.world@[email protected] to Programmer [email protected]English • 1 year agomessage-square56fedilink
minus-square@[email protected]linkfedilink5•1 year agoImmutable in order to protect against parallel code changing the size of the iterable?
minus-square@[email protected]linkfedilink9•1 year 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.