Elm functions to group lists with more control
I wanted to write a phone style input this means the layout now needs br
tags, these tags are put within each 3 buttons.
I wanted to be able to generate the buttons and just make the breaks work!
Elm's intersperse
would only work for all elements.
So I wrote this package, meaning now you can take a List and interleave values at whatever interval you want!