mirror of
https://github.com/NCBM/plyngent.git
synced 2026-07-23 22:44:59 +08:00
a7166d863b
push(titles) creates one group of siblings; pop removes the whole top group. Matches breakdown: push[T1,T2] → push[T1.1,T1.2] → pop → push[T2.1].