Documentation ¶
Overview ¶
Package list contains all list-related builtins
Index ¶
- func Append(args []sxpf.Object) (sxpf.Object, error)
- func Car(args []sxpf.Object) (sxpf.Object, error)
- func Cdr(args []sxpf.Object) (sxpf.Object, error)
- func Cons(args []sxpf.Object) (sxpf.Object, error)
- func Last(args []sxpf.Object) (sxpf.Object, error)
- func Length(args []sxpf.Object) (sxpf.Object, error)
- func List(args []sxpf.Object) (sxpf.Object, error)
- func ListP(args []sxpf.Object) (sxpf.Object, error)
- func ListStar(args []sxpf.Object) (sxpf.Object, error)
- func NullP(args []sxpf.Object) (sxpf.Object, error)
- func PairP(args []sxpf.Object) (sxpf.Object, error)
- func Reverse(args []sxpf.Object) (sxpf.Object, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListStar ¶
ListStar returns a list of all arguments, when the last argument is a cons to the second last.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.