HaxeFoundation / HaxeFoundation/hashlink
Null<UInt> cast turns null values into zeros
Open
- Dominant language
- C
- Stars
- 901
- Forks
- 201
- Avg merge
- 18h 9m
- Merged PRs (30d)
- 8
Description
See the following example:
```
function testA() : Null return null;
function testB() : Null return null;
trace( testA() ); // 0
trace( testB() ); // null
```
testA() should be null, it's zero.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.