How to take an initial segment of the data structure graphs(n) ?
Is there a possibility to access individual elements of the data-structure constructed by the command
graphs(7)
? How to take an initial segment of it?
It seems not to be a list, which presumably is the reason why commands like ' graphs(7)[0] ' or ' graphs(7)[:5] ' are not allowed.