for more information visit the package's GitHub page
Package contains the following modules:
This package including below data structures implemented by simple list.
You can use custom types for their keys or elements.
import ListWrapper.Set exposing (..)
type Key
= A
| B
| C
allKeys =
Set.fromList [ A, B, C ]