Reach.Map.EffectRow (Reach v2.8.1)

Copy Markdown View Source

Struct for a per-function effect classification row.

Summary

Types

t()

@type t() :: %Reach.Map.EffectRow{
  count: non_neg_integer(),
  effect: Reach.Effects.effect(),
  ratio: float()
}

Functions

new(attrs)