Std.App.Config.Layering
trait
LayeringThis declaration names behavior that types can implement.
What it does
A configuration with one more layer written over it, each answering the
configuration rather than taking it apart.
Methods, so the layers read down the page in the order they are applied —
which is the order that decides which one wins. As functions taking the
configuration first, the layers had to be written wrapped in one another
and the last one applied appeared first on the page, which is exactly
backwards from how they are read.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
