It should be possible to do with something like this (to swap a5 and a6): `Select a[:5], a6, a5, a[7:]`
It should be possible to do with something like this (to swap a5 and a6):
Select a[:5], a6, a5, a[7:]