A collection of functionality that extend the official Flix library.
Extras.DelayList— a lazy list whose elements are computed on demand.Extras.DelayMap— a map whose values are computed on demand.Extras.Graph— functions on directed graphs represented as collections of edges.Extras.Queue— an immutable first-in, first-out queue.
Add the package to the flix.toml of your own project:
[dependencies]
"github:flix/extras" = { version = "0.2.0", security = "unrestricted" }