toList(w)
Turns a WittRingElement back into a List.
i1 : R = (ZZ/5)[x,y];
i2 : w = witt{x,y, x + y};
i3 : toList(w) o3 = {x, y, x + y} o3 : List
The source of this document is in WittVectors/Documentation.m2:282:0.