Category:Wren-array: Difference between revisions

j
m (Now using internal links to related pages.)
(j)
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 threefour classes: Array, ArrayType, BitArray and BitArrayByteArray. The second of these enables one to create a named type which inherits from Array dynamically at runtime and the third classand enablesfourth classes enable one to create a compressed array of boolean and byte values, respectively.
 
It is the twenty-eighth in a series of modules (listed on the language's [[: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,476

edits