Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(alias): removed pointer for array alias types
Pointers were used on aliased arrays. This made casting difficult because after the cast handler expected pointer to the cast type.
- Loading branch information