Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 454 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 454 Bytes

mapAccumulate

.github/workflows/make.yml

"Map Accumulate" helpers for Elm.

Useful if you want to modify items in two lists, each based on everything in the other list. For example, bullets hitting targets - we check which bullets have collided with which targets, and for each collision we modify (or remove) the bullet and modify (or remove) the target.