mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 18:26:32 +00:00
chore: update docs
This commit is contained in:
84
docs/The-data_002dlens_002fbeta_002ftransducers-system.html
Normal file
84
docs/The-data_002dlens_002fbeta_002ftransducers-system.html
Normal file
@ -0,0 +1,84 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>The data-lens/beta/transducers system (The data-lens/beta/transducers Reference Manual)</title>
|
||||
|
||||
<meta name="description" content="The data-lens/beta/transducers Reference Manual.">
|
||||
<meta name="keywords" content="The data-lens/beta/transducers system (The data-lens/beta/transducers Reference Manual)">
|
||||
<meta name="resource-type" content="document">
|
||||
<meta name="distribution" content="global">
|
||||
<meta name="Generator" content="texi2any">
|
||||
<link href="index.html" rel="start" title="Top">
|
||||
<link href="Indexes.html" rel="index" title="Indexes">
|
||||
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
|
||||
<link href="Systems.html" rel="up" title="Systems">
|
||||
<link href="The-data_002dlens-system.html" rel="next" title="The data-lens system">
|
||||
<link href="Systems.html" rel="prev" title="Systems">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
a.summary-letter {text-decoration: none}
|
||||
blockquote.indentedblock {margin-right: 0em}
|
||||
div.display {margin-left: 3.2em}
|
||||
div.example {margin-left: 3.2em}
|
||||
div.lisp {margin-left: 3.2em}
|
||||
kbd {font-style: oblique}
|
||||
pre.display {font-family: inherit}
|
||||
pre.format {font-family: inherit}
|
||||
pre.menu-comment {font-family: serif}
|
||||
pre.menu-preformatted {font-family: serif}
|
||||
span.nolinebreak {white-space: nowrap}
|
||||
span.roman {font-family: initial; font-weight: normal}
|
||||
span.sansserif {font-family: sans-serif; font-weight: normal}
|
||||
ul.no-bullet {list-style: none}
|
||||
-->
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body lang="en">
|
||||
<span id="The-data_002dlens_002fbeta_002ftransducers-system"></span><div class="header">
|
||||
<p>
|
||||
Next: <a href="The-data_002dlens-system.html" accesskey="n" rel="next">The data-lens system</a>, Previous: <a href="Systems.html" accesskey="p" rel="prev">Systems</a>, Up: <a href="Systems.html" accesskey="u" rel="up">Systems</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html" title="Index" rel="index">Index</a>]</p>
|
||||
</div>
|
||||
<hr>
|
||||
<span id="data_002dlens_002fbeta_002ftransducers"></span><h3 class="section">1.1 <tt>data-lens/beta/transducers</tt></h3>
|
||||
<span id="go-to-the-data_002dlens_002fbeta_002ftransducers-system"></span><span id="index-data_002dlens_002fbeta_002ftransducers"></span>
|
||||
<span id="index-System_002c-data_002dlens_002fbeta_002ftransducers"></span>
|
||||
<dl compact="compact">
|
||||
<dt><strong>Author</strong></dt>
|
||||
<dd><p>Edward Langley <<a href="mailto:el-cl@elangley.org">el-cl@elangley.org</a>>
|
||||
</p></dd>
|
||||
<dt><strong>License</strong></dt>
|
||||
<dd><p>MIT
|
||||
</p></dd>
|
||||
<dt><strong>Description</strong></dt>
|
||||
<dd><p>A collection of transducers to reduce stream-manipulation overhead
|
||||
</p></dd>
|
||||
<dt><strong>Dependencies</strong></dt>
|
||||
<dd><ul>
|
||||
<li> <a href="The-data_002dlens-system.html#go-to-the-data_002dlens-system"><tt>data-lens</tt></a> (system)
|
||||
</li><li> <tt>alexandria</tt>
|
||||
</li></ul>
|
||||
</dd>
|
||||
<dt><strong>Source</strong></dt>
|
||||
<dd><p><a href="The-data_002dlens_002easd-file.html#go-to-the-data_002dlens_2024asd-file"><tt>data-lens.asd</tt></a> (file)
|
||||
</p></dd>
|
||||
<dt><strong>Components</strong></dt>
|
||||
<dd><ul>
|
||||
<li> <a href="The-data_002dlens_002fbeta_002ftransducers_002fpackage_002elisp-file.html#go-to-the-data_002dlens_002fbeta_002ftransducers_002fpackage_2024lisp-file"><tt>package.lisp</tt></a> (file)
|
||||
</li><li> <a href="The-data_002dlens_002fbeta_002ftransducers_002ftransducer_002dprotocol_002elisp-file.html#go-to-the-data_002dlens_002fbeta_002ftransducers_002ftransducer_002dprotocol_2024lisp-file"><tt>transducer-protocol.lisp</tt></a> (file)
|
||||
</li><li> <a href="The-data_002dlens_002fbeta_002ftransducers_002ftransducers_002elisp-file.html#go-to-the-data_002dlens_002fbeta_002ftransducers_002ftransducers_2024lisp-file"><tt>transducers.lisp</tt></a> (file)
|
||||
</li><li> <a href="The-data_002dlens_002fbeta_002ftransducers_002flazy_002dsequence_002elisp-file.html#go-to-the-data_002dlens_002fbeta_002ftransducers_002flazy_002dsequence_2024lisp-file"><tt>lazy-sequence.lisp</tt></a> (file)
|
||||
</li></ul>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user