Next: BlockClosure, Previous: Behavior, Up: Base classes [Index]
I am a special form of dictionary that provides special ways to access my keys, which typically begin with an uppercase letter; also, my associations are actually VariableBinding instances.
My keys are (expected to be) symbols, so I use == to match searched keys to those in the dictionary – this is done expecting that it brings a bit more speed.
• BindingDictionary-accessing: | (instance) | |
• BindingDictionary-basic & copying: | (instance) | |
• BindingDictionary-copying: | (instance) | |
• BindingDictionary-forward declarations: | (instance) | |
• BindingDictionary-printing: | (instance) | |
• BindingDictionary-testing: | (instance) |