Category:Wren-array: Difference between revisions

Changed blurb following addition of BitArray class.
(Created page for 'Wren-array' module.)
 
(Changed blurb following addition of BitArray class.)
Line 1:
{{library}}
'''Wren-array''' is a module which enables fixed sized arrays to be created in the Wren programming language. Although the size of the array is fixed, the elements themselves can be mutated. It consists of twothree classes: Array, ArrayType and ArrayTypeBitArray. The lattersecond of these enables one to create a named type which inherits from Array dynamically at runtime and the third class enables one to create a compressed array of boolean values.
 
It is the twenty-eighth in a series of modules (listed on the language's [https://rosettacode.org/wiki/Category:Wren main page]) designed to assist with writing Rosetta Code tasks so the same code does not have to be written or copy/pasted time and time again thereby bloating a task's script code unnecessarily.
9,486

edits