-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite the way scan works to narrow it down to arrays and structs as containers. This change hopefully: - Makes the algorithm easier to follow. - Fixes the issue when a pointer points to a container but has a smaller type than the container itself. (see new test) - Fixes the issue when a container is not resized to accomodate more data. (see new test) Also fixes the panic on #44
- Loading branch information
Showing
5 changed files
with
265 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.