alias Ven::Suite::Model
Overview
Model is the most generic Crystal type for Ven values.
All Ven-accessible entities must inherit either MClass
or MStruct
, which Model
is a union of.
Alias Definition
Ven::Suite::MClass | Ven::Suite::MStruct
Model is the most generic Crystal type for Ven values.
All Ven-accessible entities must inherit either MClass
or MStruct
, which Model
is a union of.
Ven::Suite::MClass | Ven::Suite::MStruct