status: final (2022-09-27)
keywords: Data Structure
See also SRFI 146: Mappings and SRFI 167: Ordered Key Value Store.The procedures of this SRFI allow callers to manipulate an object that maps keys to values without the caller needing to know exactly what the type of the object is. Such an object is called a dictionary or dict in this SRFI.