l0_types::NullableType class

Defined in module l0_types (l0_types.py).

A nullable (optional) wrapper for another type (T?).

Base classes

class l0_types.Type
Base class for all semantic types.

Public static attributes

static Type inner