For better debugger integration in Pharo we could add the following methods
For GRSmallDictionary class
inspectorClass
^ EyeDictionaryInspector
For GRSmallOrderedSet class
inspectorClass
^ EyeCollectionInspector
Maybe they should go into a Grease-Pharo-Spec package so we don't get undeclareds in minimal images.
For better debugger integration in Pharo we could add the following methods
For
GRSmallDictionary classFor
GRSmallOrderedSet classMaybe they should go into a
Grease-Pharo-Specpackage so we don't get undeclareds in minimal images.