Things to test/discuss: - Use types for safe/unsafe inserts (e.g. UnsafeVarArray) without bounds checks and dispatch for safe/unsafe insertvar - Use types for dynamic/static index names? Possibly parametric types (Dynamic/Static, Safe/Unsafe) - Alternatively, would it be possible to support @inbounds for safe/unsafe insert/getindex?
Things to test/discuss: