Displaying 1 result from an estimated 1 matches for "tp948279p948283".
2009 Dec 04
2
Speed of accessing list element by index or name
I'm wondering if the speed of accessing list element by index is the
same as that of accessing list element by name.
l[[1]]
l[['name']]