r-k-b / map-accumulate

"map accumulate" helpers for Elm

Home Page:https://package.elm-lang.org/packages/r-k-b/map-accumulate/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

"map accumulate" helpers for Elm

https://package.elm-lang.org/packages/r-k-b/map-accumulate/latest/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 74.1%Language:Nix 22.0%Language:Shell 3.9%