Warning: This is the manual of the legacy Guile 2.2 series. You may want to read the manual of the current stable series instead.
Previous: Weak hash tables, Up: Weak References [Contents][Index]
Return a weak vector with size elements. If the optional argument fill is given, all entries in the vector will be set to fill. The default value for fill is the empty list.
Construct a weak vector from a list: weak-vector
uses
the list of its arguments while list->weak-vector
uses
its only argument l (a list) to construct a weak vector
the same way list->vector
would.
Return #t
if obj is a weak vector.
Return the kth element of the weak vector wvect, or
#f
if that element has been collected.
Set the kth element of the weak vector wvect to elt.