Unsafe array operations - Factor Documentation (original) (raw)

Unsafe array operations
Factor handbook » The language » Collections » Arrays

Prev: pair

These two words are used internally by the Factor implementation. User code should never need to call them; instead use nth and set-nth.
array-nth ( n array -- elt )
set-array-nth ( elt n array -- )