Get tuple-arrays to load

db4
Slava Pestov 2008-01-12 04:25:27 -05:00
parent c8d4846a03
commit 64d47e5077
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
USING: help.syntax help.markup tuple-arrays splitting kernel ;
USING: help.syntax help.markup splitting kernel ;
IN: tuple-arrays
HELP: tuple-array
{ $description "The class of packed homogeneous tuple arrays. They are created with " { $link <tuple-array> } ". All elements are of the same tuple class. Mutations done to an element are not copied back to the packed array unless it is explicitly written back. Packed follows the sequence protocol and is implemented using the " { $link groups } " class." } ;