$Match.wrap constructor

$Match.wrap(
  1. Match $value
)

Wrap a Match in a $Match

Implementation

$Match.wrap(this.$value) : _superclass = $Object($value);