Introduction

A Hash Table is a structure which maps keys to values. See Hash Table for details.

Remarks

An important concept which relies on Hash Tables is Splatting. It is very useful for making a large number of calls with repetitive parameters.