Vyxapedia

Element - w - Listify

Characters: w


Description

a wrapped in a singleton list


Overloads

  • any - [a] (wrap in singleton list)

Examples

  • 1 w = ⟨1⟩
  • `hello` w = ⟨`hello`⟩
  • ⟨1|2|3⟩ w = ⟨⟨1|2|3⟩⟩