Template constructor

Template(
  1. List<_IToken> _tokens
)

Takes parsed template.

Implementation

Template(List<_IToken> this._tokens);