Doubly-linked list/Traversal
Since the list routines are supplied by the generic roles defined in Doubly-linked_list/Definition#Perl_6, it suffices to say:
say $dll.list;
say $dll.reverse;
These automatically return just the payloads, hiding the elements containing the forward and backward pointers.