-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
API breakingIssues/PRs that may break API.Issues/PRs that may break API.ergonomicsIssues/PRs related to API ergonomicsIssues/PRs related to API ergonomics
Description
The current row access API returns Result<Option<_>, _>
. The error state happens when inputs are out of bounds. We should take a clue here from stdlib and just return None for such out of bounds cases.
IMO, it is worth it to streamline code using this part of the API.
See also #327, which is the same issue for a different part of the API.
Metadata
Metadata
Assignees
Labels
API breakingIssues/PRs that may break API.Issues/PRs that may break API.ergonomicsIssues/PRs related to API ergonomicsIssues/PRs related to API ergonomics