Skip to content

TypeAlias.BinaryHalfAdderParser

github-actions[bot] edited this page Jul 8, 2026 · 35 revisions

umt / BinaryHalfAdderParser

Type Alias: BinaryHalfAdderParser<X, Y, C>

BinaryHalfAdderParser<X, Y, C> = C extends "" ? BinaryHalfAdderParser<X, Y, Binary1bitAndParser<X, Y>> : `${C}${Binary1bitXorParser<X, Y>}`

Defined in: types/logic/binaryHalfAdder.ts:10

Type Parameters

X

X extends string

Y

Y extends string

C

C extends string = ""

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally