Next: , Previous: , Up: Base classes   [Index]


1.160 SymLink

Defined in namespace Smalltalk
Superclass: Link
Category: Language-Implementation

I am used to implement the Smalltalk symbol table. My instances are links that contain symbols, and the symbol table basically a hash table that points to chains of my instances.