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

ADJUST-ARRAY-DISPLACEMENT



You suggest adding two new functions to Common Lisp:
	ARRAY-DISPLACED-TO array 		[function]
	ARRAY-DISPLACED-INDEX-OFFSET array	[Function]
Did you overlook the function specified in the 6-Dec-85 "Clarifications"?
	DISPLACED-ARRAY-P array 		[Function]
"which takes an array and returns NIL and 0 if it is not displaced or the
array displaced to and the displaced-index-offset if it is displaced."

Wouldn't it be much better to adopt the "Clarifications" approaches, where
appropriate, since some, if not several, implementations have already 
implemented them?

-- JonL --