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