Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new type alias `value_type` to `vec`, making it more consistent with `marray`. This makes it much easier to define the templated versions of the builtin functions because we can rely on this type alias for both `vec` and `marray`.
- Loading branch information