EnglishРусский  
 Share/Save/Bookmark
 

type_hasinit

Whether an object should be initialized. Specifies the necessity to call the function type_init for initiating an object of this type.

func uint type_hasinit (
   uint idtype
)

Parameters

idtype The type of an object.

Return value

1 is returned if it is necessary to call type_init, 0 is returned otherwise.

Related links

Source

Edit