ASTValue<T> constructor

ASTValue<T>(
  1. ASTType<T> type
)

Implementation

ASTValue(this.type);