API Reference passive_support v0.8.0
Modules
This moduledoc is provided to give insight into the ideal working shape of the MapList. It is not yet implemented. There's literally nothing to see here as of now, besides this, what is very possibly the first ever recorded instance of technical documentation fiction.
Helper modules for performing tasks not covered by the Elixir standard library
Functions for handling arbitrary-shape values.
Helper functions for logging and inspecting.
Convenience functions for working with maps.
Mathematical functions.
Convenience functions and helpers for module introspection
The path sigil
import PassiveSupport.Path.Sigil
will make ~P
activate
various functions within the Path
module, for quick and idiomatic
usage of filesystem paths. As its default behavior, ~P[path/to/something]
will expand to the output of Path.absname("path/to/something")
, but other
behaviors can be exposed depending on the modifier provided following the
closing delimiter. The enabled modifiers are currently
Helper functions for working with ranges.