This is a little basic but how do you access an element within a vector? I know (nth x) or (get x) will return the value at that index, but if I'm trying to get something where the value is [1, 5] how do I access 1 or 5 directly? Thanks in advance, Jamie