Next: Dictionary-dictionary removing, Previous: Dictionary-compilation, Up: Dictionary [Index]
Pass each association in the dictionary to aBlock
Answer a new dictionary where the keys are the same and the values are obtained by passing each value to aBlock and collecting the return values
Pass each value in the dictionary to aBlock
Pass each key/value pair in the dictionary as two distinct parameters to aBlock
Pass each key in the dictionary to aBlock
Answer a new dictionary containing the key/value pairs for which aBlock returns false. aBlock only receives the value part of the pairs.
Answer a new dictionary containing the key/value pairs for which aBlock returns true. aBlock only receives the value part of the pairs.