Questions tagged [array]
2 questions
1
vote
1 answer
String’s Elements Occupy 1/4 Space of Vector’s
In the GNU Emacs Lisp Reference Manual, 6.2 Arrays:
In practice, we always choose strings for such applications, for four reasons:
They occupy one-fourth the space of a vector of the same elements.
How am I supposed to understand the above…

shynur
- 4,065
- 1
- 3
- 23
0
votes
1 answer
Accessing nested array elements from a class object
I am trying to access elements within the array generated by defstruct. More specifically, I would like to access the NOTER_DOCUMENT file path from org-noter's org-noter--session variable. The only way I managed to find was by indices with aref like…

Sati
- 775
- 6
- 21