0x7CFE / llst

LLVM powered Little Smalltalk.
Other
93 stars 10 forks source link

Create templated TDictionary::find #30

Closed kpp closed 10 years ago

kpp commented 10 years ago

There are 2 TDictionary::find methods which have the same code. They differ only with the type of the input key. The methods can be rewritten with templates.