Changes

Jump to navigation Jump to search
11 bytes added ,  15:28, 21 May 2015
=Arrays=
{{Version|8.1}}: Arrays are now based on an efficient [http://en.wikipedia.org/wiki/Finger_tree Finger Tree] implementation. An ''array'' is a function that associates a set of positions, represented as positive integer keys, with values. The first position in an array is associated with the integer {{Code|1}}. The values of an array are called its members. In the type hierarchy, array has a distinct type, which is derived from function. In BaseX, arrays (as well as sequences) are based on an efficient [http://en.wikipedia.org/wiki/Finger_tree Finger Tree] implementation.
Arrays can be constructed in two ways. With the square bracket notation, the comma serves as delimiter:
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu