aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scalam/collection/package.scala
blob: 391521cf42577aabf129869f22d97f50991c0c4e (plain) (blame)
1
2
3
4
5
6
7
package scalam

/**
 * Provides classes for facilitating the integration of pre-existing collection-like structures into the standard scala collections framework.
 * This package notably uses the WrappedColl and CollOps paradigm to integrate an external collection-like structure Coll into the collections framework, as is done in scala for arrays and strings.
 */
package object collection