mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
(List Constructors): Remove scm_cons_star, since it's not very helpful.
This commit is contained in:
parent
93acf7cb2b
commit
603707f49b
1 changed files with 5 additions and 1 deletions
|
@ -253,8 +253,12 @@ themselves be @code{SCM_UNDEFINED}, or @code{scm_list_n} will
|
|||
terminate at that point.
|
||||
@end deffn
|
||||
|
||||
@c C Function scm_cons_star(arg1,rest) used to be documented here,
|
||||
@c but it's not really a useful interface, since it expects the
|
||||
@c caller to have already consed up all but the first argument
|
||||
@c already.
|
||||
@c
|
||||
@deffn {Scheme Procedure} cons* arg1 arg2 @dots{}
|
||||
@deffnx {C Function} scm_cons_star (arg1, rest)
|
||||
Like @code{list}, but the last arg provides the tail of the
|
||||
constructed list, returning @code{(cons @var{arg1} (cons
|
||||
@var{arg2} (cons @dots{} @var{argn})))}. Requires at least one
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue