vander function

VARP vander(
  1. VARP x, {
  2. int? n,
})

Implementation

VARP vander(VARP x, {int? n}) => throw UnimplementedError();