Snapshot state into an initial record, deep-copying every card so later in-place
mutation of the live table never touches the snapshot.
- Parameters:
- state
TableState The table to capture.
- setup_seeds
dict mapping str to int, optional Named setup seeds to record. Default empty.