[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
PrimArray pointers
- To: <xtech>
- Subject: PrimArray pointers
- From: Mark S. Miller <mark>
- Date: Fri, 14 Dec 90 16:52:47 PST
Does anyone find the ability to index into PrimArrays with square
brackets terribly convenient? If not, then (after unblocking Michael
& Dean) I like to get rid of it. It is dangerous in the case where it
is convenient: "p[i]" (read the caveat in parrayx.hxx), and confusing
in the case where it's safe: "(*p)[i]". Getting rid of this would
simplify parray a great deal. Any objections?