CollectiveListProperties<E> typedef
CollectiveListProperties<E> = CollectiveCellProperties<E, List<E> >
Type alias for List-specific Collective properties
Implementation
typedef CollectiveListProperties<E> = CollectiveCellProperties<E,List<E>>;