outer function

VARP outer(
  1. VARP a,
  2. VARP b
)

Implementation

VARP outer(VARP a, VARP b) => throw UnimplementedError();