Array.3kaya

Langue: en

Version: March 2009 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Array - Array manipulation

DESCRIPTION

This module contains functions for manipulating and inspecting arrays. All of the functions will work on arrays of any type.

It is automatically imported (via the Prelude module) unless the -noprelude compiler option is used. Almost all programs and modules will need to import this module.

EXCEPTIONS

Array.OutOfBounds(3kaya)

Array.ZeroStep(3kaya)

FUNCTIONS

Array.addAt(3kaya)

Array.all(3kaya)

Array.any(3kaya)

Array.concat(3kaya)

Array.createArray(3kaya)

Array.elem(3kaya)

Array.filter(3kaya)

Array.fold(3kaya)

Array.intersperse(3kaya)

Array.join(3kaya)

Array.map(3kaya)

Array.nub(3kaya)

Array.pop(3kaya)

Array.push(3kaya)

Array.range(3kaya)

Array.remove(3kaya)

Array.removeAt(3kaya)

Array.resize(3kaya)

Array.reverse(3kaya)

Array.shift(3kaya)

Array.shuffle(3kaya)

Array.sort(3kaya)

Array.sorted(3kaya)

Array.subarray(3kaya)

Array.take(3kaya)

Array.top(3kaya)

Array.unshift(3kaya)

Array.zip(3kaya)

Array.zipWith(3kaya)

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.