-
Notifications
You must be signed in to change notification settings - Fork 10
Digit
Michael Poteat edited this page Feb 27, 2023
·
3 revisions
hkt-toolbelt / Digit
- Add
- AddTens
- AddTens_T
- Compare
- Decrement
- DecrementTens
- Increment
- IncrementTens
- Multiply
- MultiplyTens
- Subtract
- SubtractTens
Ƭ Digit: "0"
| "1"
| "2"
| "3"
| "4"
| "5"
| "6"
| "7"
| "8"
| "9"
Ƭ Zero: "0"
Ƭ _$add<A
, B
>: _$add_LUT
[A
][B
]
Name | Type |
---|---|
A |
extends Digit
|
B |
extends Digit
|
Ƭ _$addTens<A
, B
>: _$addTens_LUT
[A
][B
]
Name | Type |
---|---|
A |
extends Digit
|
B |
extends Digit
|
Ƭ _$compare<A
, B
>: _$compare_LUT
[A
][B
]
Name | Type |
---|---|
A |
extends Digit
|
B |
extends Digit
|
Ƭ _$decrement<A
>: _$decrement_LUT
[A
]
Name | Type |
---|---|
A |
extends Digit
|
Ƭ _$decrementTens<A
>: _$decrementTens_LUT
[A
]
Name | Type |
---|---|
A |
extends Digit
|
Ƭ _$increment<A
>: _$increment_LUT
[A
]
Name | Type |
---|---|
A |
extends Digit
|
Ƭ _$incrementTens<A
>: _$incrementTens_LUT
[A
]
Name | Type |
---|---|
A |
extends Digit
|
Ƭ _$multiply<A
, B
>: _$multiply_LUT
[A
][B
]
Name | Type |
---|---|
A |
extends Digit
|
B |
extends Digit
|
Ƭ _$multiplyTens<A
, B
>: _$multiplyTens_LUT
[A
][B
]
Name | Type |
---|---|
A |
extends Digit
|
B |
extends Digit
|
Ƭ _$subtract<A
, B
>: _$subtract_LUT
[A
][B
]
Name | Type |
---|---|
A |
extends Digit
|
B |
extends Digit
|
Ƭ _$subtractTens<A
, B
>: _$subtractTens_LUT
[A
][B
]
Name | Type |
---|---|
A |
extends Digit
|
B |
extends Digit
|