View Source Arrays.CommonProtocolImplementations (Arrays v2.1.1)

This module is only interesting for people wanting to implement their own array datatype.

It does not contain any functions itself directly, but its source code might be useful to see example implementations of the various protocols and behaviours that Array types ought to implement. Most of these can probably be re-used 1:1 for custom Array types.