export function clone(x: X): X { return structuredClone(x) }