elm-community / list-extra

Convenience functions for working with List.
http://package.elm-lang.org/packages/elm-community/list-extra/latest
MIT License
135 stars 59 forks source link

Add a pad functions #167

Open DavidDTA opened 2 years ago

DavidDTA commented 2 years ago

This would behave similarly to String.pad/String.padLeft/String.padRight, where a given value would be added until the provided length is met.

Chadtech commented 1 year ago

Sounds good. Those sound like useful functions.