Closed simonatan closed 7 months ago
Motivation: Nullable annotations give an idea of what to expect from the API. Plus, they provide better IDE integration.
Nullable
Modification: Nullable annotations are applied to arrays where necessary.
Result: The change extends the API with nullability expectations.
Motivation:
Nullable
annotations give an idea of what to expect from the API. Plus, they provide better IDE integration.Modification:
Nullable
annotations are applied to arrays where necessary.Result: The change extends the API with nullability expectations.