export function createFunctionGetFirstOfPair(
    options: { x?: string; y?: string } = {}
): ILCExpression {
    return createValueTrue(options);
}