You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* ArrayPrivate.h Copyright (c) 1998-2009 Philippe Mougin. */
/* This software is open source. See the license. */
#import "FSArray.h"
#import "ArrayRep.h"
/////////////////////////////////////
//enum ArrayRepType {FS_ID, DOUBLE, EMPTY, BOOLEAN , FETCH_REQUEST}; // These enums are used in a char instance variable of FSArray, so there must be less than 127 possible values (!) or char will have to be changed to something larger.