The nsort Reference Manual

This is the nsort Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:26:35 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 nsort

Natural or Numeric Sort

Author

<>

License

BSD Simplified

Dependency

prove (system).

Source

nsort.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 nsort/nsort.asd

Source

nsort.asd.

Parent Component

nsort (system).

ASDF Systems

nsort.


3.1.2 nsort/package.lisp

Source

nsort.asd.

Parent Component

nsort (system).

Packages

nsort.


3.1.3 nsort/nsort.lisp

Dependency

package.lisp (file).

Source

nsort.asd.

Parent Component

nsort (system).

Public Interface
Internals

defnsf (macro).


4 Packages

Packages are listed by definition order.


4.1 nsort

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

defnsf (macro).


5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: nstring-greaterp (a b &key sa ea sb eb)
Package

nsort.

Source

nsort.lisp.

Function: nstring-lessp (a b &key sa ea sb eb)
Package

nsort.

Source

nsort.lisp.

Function: nstring-not-greaterp (a b &key sa ea sb eb)
Package

nsort.

Source

nsort.lisp.

Function: nstring-not-lessp (a b &key sa ea sb eb)
Package

nsort.

Source

nsort.lisp.

Function: nstring< (a b &key sa ea sb eb)
Package

nsort.

Source

nsort.lisp.

Function: nstring<= (a b &key sa ea sb eb)
Package

nsort.

Source

nsort.lisp.

Function: nstring> (a b &key sa ea sb eb)
Package

nsort.

Source

nsort.lisp.

Function: nstring>= (a b &key sa ea sb eb)
Package

nsort.

Source

nsort.lisp.


5.2 Internals


5.2.1 Macros

Macro: defnsf (name fn dir)
Package

nsort.

Source

nsort.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables