traverse v1.0.1 Traverse.Enum

Link to this section Summary

Functions

A prefilter to Enum.reduce, removing :__struct__ from maps

Link to this section Types

Link to this type t_simple_filter_fn()
t_simple_filter_fn() :: (any() -> boolean())
Link to this type t_simple_mapper_fn()
t_simple_mapper_fn() :: (any() -> any())
Link to this type t_simple_walker_fn()
t_simple_walker_fn() :: (any(), any() -> any())
Link to this type t_traceable_fn()
t_traceable_fn() ::
  (any() -> any())
  | (any(), any() -> any())
  | (any(), any(), any() -> any())

Link to this section Functions

Link to this function reduce(ds, acc, fun)
reduce(any(), any(), t_simple_walker_fn()) :: any()

A prefilter to Enum.reduce, removing :__struct__ from maps