TensorNode constructor

TensorNode(
  1. LatexNode base,
  2. List<(bool, LatexNode)> indices, {
  3. SourceRange? sourceRange,
})

Implementation

TensorNode(this.base, this.indices, {this.sourceRange});