Returns the result of calling the [visitor] method corresponding to this value's variant..
public R accept(Visitor<R> visitor)Returns the result of calling the [visitor] method corresponding to this value's variant.
| Name | Type | Description |
|---|---|---|
visitor* | Visitor<R> |