Files
releases/types
Torin Sandall 5263d63271 types: Fix Arity function to return zero when type is known (#3932)
This commit updates the Arity function to return zero if the type is
known and -1 if the type is unknown. This makes the Arity function
behave the same as the GetArity function on the compiler which was
used for similar purposes.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-10-27 08:10:54 +02:00
..