Make `Base.parent` work on TrackedArrays
Open
- Dominant language
- Julia
- Stars
- 54
- Forks
- 37
- Avg merge
- 5h 49m
- Merged PRs (30d)
- 1
Description
Most wrapper arrays define `Base.parent` to get the inner array.
For consistency it would be nice if `TrackedArray` did also.
For most used `Tracker.data` is what you want, because you want something that does identity to nontracked arrays.
But for a few things you do actually want to access the `parent`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.