IndexMixin.insert

inserts elements of r in the back of this index. Complexity: O(n r * i(n)),
amortized O(n r) for this index

mixintemplate IndexMixin(size_t N, ThisContainer)
alias insert = insertBack

Meta