Previous: built-in vectors empty, Up: built-in vectors [Contents][Index]
Type of non–empty vector values.
<nevector>
: <nevector> type-constructor obj0 obj …Return a non–empty vector.
<nevector>
: <boolean> type-predicate objThe type predicate is nevector?
. Return #t
if obj is
a <nevector>
object; otherwise return #f
.
<nevector>
: <top> ref this {idx <non-negative-fixnum>}Apply vector-ref
to the instance and the argument.
<nevector>
: <void> set! this {idx <non-negative-fixnum>} objApply vector-set!
to the instance and the arguments.