aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scalam/collection/package.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/scalam/collection/package.scala')
-rw-r--r--src/main/scala/scalam/collection/package.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/scala/scalam/collection/package.scala b/src/main/scala/scalam/collection/package.scala
new file mode 100644
index 0000000..391521c
--- /dev/null
+++ b/src/main/scala/scalam/collection/package.scala
@@ -0,0 +1,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 \ No newline at end of file