Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow unsafe Vector iteration over underlying std::vector.
Iterating over hilti::Vector is quite expensive due to the weak_ptr::lock() calls. For unsafe uses, allow access to the underlying std::vector for faster raw iteration speed.
- Loading branch information