# Pastebin OGOf5w38 (with-foreign-object (var1 '(:struct blahblah) 2) (setf (foreign-slot-value var1[0] :slot-name) something)) What's the lisp way of saying var1[0] or var1[1] when var1 is pointer to an array of structs?