- make-locative OBJ #!optional INDEXprocedure
Creates a locative that refers to the element of the non-immediate object OBJ at position INDEX. OBJ may be a vector, pair, string, bytevector, SRFI-4 number-vector, or record structure. INDEX should be a fixnum. INDEX defaults to 0. Note that INDEX designates a character-position for string objects, not a byte offset.