listToTableau(l)
i1 : l = {{0,1,2},{3,4},{5}} o1 = {{0, 1, 2}, {3, 4}, {5}} o1 : List
i2 : listToTableau l o2 = | 0 1 2 | | 3 4 | | 5 | o2 : YoungTableau
The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/SpechtModule.m2:3305:0.