The srfi-6 Reference Manual

This is the srfi-6 Reference Manual, version 20200109, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:57:16 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 srfi-6

SRFI-6: Basic String Ports

Maintainer

CHIBA Masaomi

Author

CHIBA Masaomi

License

Unlicense

Long Description

SRFI-6: Basic String Ports https://srfi.schemers.org/srfi-6

Version

20200109

Source

srfi-6.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 srfi-6/srfi-6.asd

Source

srfi-6.asd.

Parent Component

srfi-6 (system).

ASDF Systems

srfi-6.


3.1.2 srfi-6/package.lisp

Source

srfi-6.asd.

Parent Component

srfi-6 (system).

Packages

3.1.3 srfi-6/srfi-6.lisp

Dependency

package.lisp (file).

Source

srfi-6.asd.

Parent Component

srfi-6 (system).

Public Interface

4 Packages

Packages are listed by definition order.


4.1 https://github.com/g000001/srfi-6#internals

Source

package.lisp.

Use List

4.2 https://github.com/g000001/srfi-6

Source

package.lisp.

Nickname

srfi-6

Used By List

https∶//github.com/g000001/srfi-6#internals.

Public Interface

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: get-output-string (output-port)
Package

https∶//github.com/g000001/srfi-6.

Source

srfi-6.lisp.

Function: open-input-string (string)
Package

https∶//github.com/g000001/srfi-6.

Source

srfi-6.lisp.

Function: open-output-string ()
Package

https∶//github.com/g000001/srfi-6.

Source

srfi-6.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables