#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 03 Feb 2017 16:58:32 +0100
changeset 21339 4e13ef628ea7
parent 21338 82931ca66d88
child 21340 df3769bd1417
#DOCUMENTATION by cg class: SequenceableCollection comment/format in: #indexOfSubCollection:startingAt:ifAbsent:
SequenceableCollection.st
--- a/SequenceableCollection.st	Thu Feb 02 21:15:14 2017 +0100
+++ b/SequenceableCollection.st	Fri Feb 03 16:58:32 2017 +0100
@@ -8200,7 +8200,10 @@
      #(1 2 1 2 1 2 3) indexOfSubCollection:#(1 2)   startingAt:2
      #(1 2 1 2 1 2 3) indexOfSubCollection:#(1 2)   startingAt:3
      #(1 2 1 2 1 2 3) indexOfSubCollection:#(1 2)   startingAt:4
-    "
+     #(0 1 2 3 15921909 15921909 15921909 15921909 15921909 15921909 15921909 15921909 15921909 15921909 15921909 15921909) indexOfSubCollection:#(15921909 15921909 15921909 15921909 15921909 15921909)
+    "
+
+    "Modified (comment): / 03-02-2017 / 15:57:26 / cg"
 !
 
 lastIndexOfSubCollection:aCollection