Skip to content

TypeAlias.Binary1bitXorParser

github-actions[bot] edited this page Jun 2, 2026 · 35 revisions

umt / Binary1bitXorParser

Type Alias: Binary1bitXorParser<X, Y>

Binary1bitXorParser<X, Y> = X extends "1" ? Y extends "1" ? "0" : "1" : Y extends "1" ? "1" : "0"

Defined in: types/logic/binary1bitXor.ts:7

Type Parameters

X

X extends string

Y

Y extends string

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally