CATInterpreter.fromSchemes constructor

CATInterpreter.fromSchemes(
  1. Schemes schemes,
  2. Shape shape
)

A constructor that takes a Schemes object and assigns it to the schemes variable.

Implementation

CATInterpreter.fromSchemes(this.schemes, this.shape);