Jump to content

Quoting constructs: Difference between revisions

Line 443:
 
====Dense Typed Arrays====
{{works with|Smalltalk/X}}
Similar to byteArrays, there are dense arrays of ints, floats, doubles or bits (i.e. they use much less memory compared to regular arrays, which hold pointers to their elements). They are also perfect when calling out to C-language functions. The syntax is analogous to the Scheme language's syntax:
{{works with|Smalltalk/X}}
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.