Arrayy
Arrayy copied to clipboard
Mark typehinted variables as nullable if they have null defaults
Fixes #143
Summary by CodeRabbit
- Refactor
- Updated various method and constructor signatures across the library to explicitly allow nullable parameters, improving type clarity and type safety for end-users.
- No changes to functionality or behavior; only parameter type declarations were adjusted to accept null values where appropriate.