[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: detecting uninitialized components of structures.



One way to do it is to initialize the master copy of the structure
so that all components are nil.  Then none of the resulting structures
will have uninitialized component parts.

Of course, this hack doesn't work if you need nil as a special value.

It would be nice to have BOUND and something similar for component parts
of a structure, but I've about given up hope...

					-- Scott Turner