funcvalOdd(posint)int64{returnint64(pos*2+1)}// s[0]=1, s[1]=3, s[2]=5, ..., s[31]=63 - New values will interject at chosen position because they sort before the pre-existing vals.
funcvalOdd(posint)int64{returnint64(pos*2+1)}// s[0]=1, s[1]=3, s[2]=5, ..., s[31]=63 - New values will interject at chosen position because they sort before the pre-existing vals.