fallback
Summary
Functional equilvant of a ?? b
.
Tip
This is an operator function.
Examples
1 2 3 4 5 6 7 |
|
Parameters
Name | Type | Description |
---|---|---|
a | ? |
Any |
b | ? |
Any |
Return
?
Summary
Functional equilvant of a ?? b
.
Tip
This is an operator function.
1 2 3 4 5 6 7 |
|
Name | Type | Description |
---|---|---|
a | ? |
Any |
b | ? |
Any |
?