(x: Interval)
| 119 | * Merge two domain clip indicators. |
| 120 | * |
| 121 | * Returns the combined clip indicator when both branches |
| 122 | * have domain restrictions. |
| 123 | */ |
| 124 | export function mergeDomainClip( |
| 125 | a: 'lo' | 'hi' | 'both' | null, |
| 126 | b: 'lo' | 'hi' | 'both' | null |