Implement levels:anchor_in as a generator. #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "kistaro/chameleonic:generator_anchors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This gets rid of the (substantial!) overhead of preparing a list and then iterating over it, in exchange for a bit of bookkeeping to simulate the prior behavior of the for loop, which is much cheaper.