immutable class C_PTR |
---|
**** | A pointer to void in C (void*) Pointer arithmetic is missing for C pointer types. Feel free to add it if it becomes necessary |
is_eq(p:SAME):BOOL |
---|
is_eq(arg: $OB): BOOL .. Included as is_eq |
---|
**** | Overloaded version of the is_eq routine that works with an argument of any type. If the type of the 'arg' is not the same as they type of 'self' then return false. Otherwise, deletegate to the 'real' is_eq(SAME):BOOL routine |
zero:SAME |
---|