View Single Post
nergal
Veteran Member
Join Date: Apr 2012
Old 08-20-2016 , 18:54   Re: New API and Syntax
Reply With Quote #746

Quote:
Originally Posted by asherkin View Post
Setting an integer or float to null makes no sense at all, it's just not valid. null is a valid state for any nullable type, not just Handle.
I know but there's more types than int and float and it's kinda a pain that I need to view_as those custom types just to set them to zero.

it's not just for enumerated types either but all non-nullable, custom methodmap types as well.
__________________

Last edited by nergal; 08-20-2016 at 19:07.
nergal is offline