S.Axval sort : idx:int -> int -> sortsort ~idx elm creates a new array kind that maps idx-bit bitvector indexes to elm-bit bitvector values.
store a i x creates the array store operation of the byte x at index i in the array a.
select a i creates the array select operation of one byte at index i in the array a.