slang::ast::ScalarType class

Represents the single-bit scalar types.

Base classes

class IntegralType
A base class for integral types, which include all scalar types, predefined integer types, packed arrays, packed structures, packed unions, and enum types.

Public types

enum Kind { Bit, Logic, Reg }
The kind of scalar type.