+
Point of view
All features
expanded class MAP_AGGREGATOR [V_, K_, R_]
Summary
Direct parents
Insert list: ANY
Overview
Features
{ANY}
map (items: MAP[V_, K_], action: FUNCTION[TUPLE[TUPLE 3[V_, K_, R_], R_]], initial: R_): R_
effective function
{ANY}
map_iter (items: MAP[V_, K_], action: FUNCTION[TUPLE[TUPLE 3[V_, K_, R_], R_]], initial: R_): R_
effective function
{ANY}
map_index (items: MAP[V_, K_], action: FUNCTION[TUPLE[TUPLE 3[V_, K_, R_], R_]], initial: R_): R_
effective function
{ANY}