HaxeFoundation / HaxeFoundation/hashlink

Null<UInt> cast turns null values into zeros

Open
#366 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.