WplAi.AST.Weight (WPL-AI v1.6.6)

Copy Markdown View Source

Weight specification

Summary

Types

metric()

@type metric() :: String.t() | nil

t()

@type t() :: %WplAi.AST.Weight{
  metric: metric(),
  type: weight_type(),
  unit: String.t() | nil,
  value: number() | nil
}

weight_type()

@type weight_type() ::
  :bodyweight | :absolute | :percentage_1rm | :percentage_bodyweight