Vyxapedia

Element - g - Minimum

Characters: g


Description

Take the minimum of a list


Overloads

  • any - min(a)

Examples

  • `abc` g = `a`
  • ⟨1|4|-2⟩ g = -2
  • ⟨5|3|9⟩ g = 3
  • ⟨⟩ g = ⟨⟩
  • `` g = ⟨⟩