Forgot a help fix: Drag a dock's title bar, not divider, to reposition
[supercollider.git] / HelpSource / Classes / SymbolArray.schelp
blobf213d5f9055cbc86d6440cfebe17127ce02a1395
1 CLASS::SymbolArray
2 summary::an array whose indexed slots are all of the same type
3 related::Classes/Int8Array, Classes/Int16Array, Classes/Int32Array, Classes/FloatArray, Classes/DoubleArray
4 categories::Collections>Ordered
6 DESCRIPTION::
7 These classes implement arrays whose indexed slots are all of the same type.
8 list::
9 ## Int8Array - 8 bit integer
10 ## Int16Array - 16 bit integer
11 ## Int32Array - 32 bit integer
12 ## FloatArray - 32 bit floating point
13 ## DoubleArray - 64 bit floating point
14 ## SymbolArray - symbols
17 INSTANCEMETHODS::
19 method::readFromStream