#FEATURE by stefan
authorStefan Vogel <sv@exept.de>
Fri, 15 Mar 2019 15:31:20 +0100
changeset 23924 a81fe242d2c9
parent 23923 7f62b7fef163
child 23925 fcde2f1eefbe
#FEATURE by stefan class: ImmutableArray added: #asImmutableCollection
ImmutableArray.st
--- a/ImmutableArray.st	Fri Mar 15 15:31:07 2019 +0100
+++ b/ImmutableArray.st	Fri Mar 15 15:31:20 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -128,6 +130,12 @@
     ^ self
 !
 
+asImmutableCollection
+    ^ self
+
+    "Created: / 15-03-2019 / 13:53:03 / Stefan Vogel"
+!
+
 asMutableCollection
     "return a writable copy of myself"