Tells the system whether the array
array
is accessed only in a single thread context or not, depending on the value of
on-p
. Arrays that are marked for single thread access are faster for some operations, in particular
vector-push
and
vector-pop
.