Maps this instance's current variant to a value of type [T] using the given [visitor]..
public T accept(Visitor<T> visitor)Maps this instance's current variant to a value of type [T] using the given [visitor].
| Name | Type | Description |
|---|---|---|
visitor* | Visitor<T> |