Skip to content

flip

Description

@flip(x)

  • A list-based function for reversing cells

Type Rules

list -> list
_    -> domain error

Potential Extension

Support (1) table to dict; and (2) dict to table

Shape Rules

  • Return a flipped list shape if its input is a list shape

See Also

  • @reverse: a reversing function for vectors