#OTHER by stefan
authorStefan Vogel <sv@exept.de>
Fri, 14 Sep 2018 18:30:02 +0200
changeset 23350 f2ff4f693125
parent 23349 096ff38c93ae
child 23351 b0bd41d7700a
#OTHER by stefan class: stx_libbasic add SmallDictionary class
stx_libbasic.st
--- a/stx_libbasic.st	Fri Sep 14 18:29:59 2018 +0200
+++ b/stx_libbasic.st	Fri Sep 14 18:30:02 2018 +0200
@@ -313,6 +313,7 @@
         ReadOnlySequenceableCollection
         RecursiveStoreError
         SHA1Stream
+        SmallDictionary
         Time
         TimeoutNotification
         Timestamp
@@ -363,6 +364,7 @@
         #'CharacterEncoderImplementations::MS_Turkish'
         CheapBlock
         CmdLineOptionError
+        Complex
         Fraction
         GetOpt
         IdentityDictionary
@@ -428,7 +430,6 @@
         ExternalBytes
         FixedPoint
         Float
-        Complex
         ImmutableArray
         Infinity
         InvalidPatchError
@@ -612,9 +613,6 @@
         (XDGDesktop autoload)
         (#'CharacterEncoderImplementations::AdobeSymbol' autoload)
     )
-
-    "Modified: / 28-06-2018 / 11:50:43 / Stefan Vogel"
-    "Modified: / 02-07-2018 / 09:31:25 / Claus Gittinger"
 !
 
 extensionMethodNames