This file has generic signatures for container data structures, with standard
functions (iter, fold, exists, for_all, ...) that one would expect to find in any
container. The idea is to include Container.S0
or Container.S1
in the signature
for every container-like data structure (Array, List, String, ...) to ensure a
consistent interface.