entries T
This returns the filling as a list.
i1 : T = skewTableau(new Partition from {4,3,1,0},toList(1..8)) ┌───┬───┬───┬───┐ o1 = │ 1 │ 2 │ 3 │ 4 │ ├───┼───┼───┼───┘ │ 5 │ 6 │ 7 │ ├───┼───┴───┘ │ 8 │ └───┘ o1 : SkewTableau
i2 : entries T o2 = {1, 2, 3, 4, 5, 6, 7, 8} o2 : List
The source of this document is in Tableaux/documentation.m2:359:0.