Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove functions definitions w/ invalid return types
T? and T|? are not valid return types T|? is equivalent to setting the nullability to MIRROR T&? is not currently expressible via nullability BREAKING CHANGE: least_skip_null and greatest_skip_null functions have been removed
- Loading branch information