1[ 2AnObject(1, 'two', [3,3,3]), 3AnInstance(1, 'two', [3,3,3]), 4 5AnObject(1, 'two', [3,3,3]), 6AnInstance(1, 'two', [3,3,3]), 7 8AState(1, 'two', [3,3,3]), 9ACustomState(1, 'two', [3,3,3]), 10 11InitArgs(1, 'two', [3,3,3]), 12InitArgsWithState(1, 'two', [3,3,3]), 13 14NewArgs(1, 'two', [3,3,3]), 15NewArgsWithState(1, 'two', [3,3,3]), 16 17Reduce(1, 'two', [3,3,3]), 18ReduceWithState(1, 'two', [3,3,3]), 19 20Slots(1, 'two', [3,3,3]), 21 22MyInt(3), 23MyList(3), 24MyDict(3), 25] 26