Library API
⬅ Back to Guides
Preparing search index...
common.index
Nullable
Type Alias Nullable<T>
Nullable
:
T
|
null
🔍 Expanded Type Evaluation (Compiler API)
type Nullable<T> = T | null
generic value which may be NULL
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
⬅ Back to Guides
Library API
Loading...
generic value which may be NULL