slang::ast::VoidType class

Represents the Void (or lack of a) type.

This can be used as the return type of functions and as the type of members in tagged unions.

Base classes

class Type
Base class for all data types in SystemVerilog.