about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-03 00:46:32 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-03 00:48:40 -0700
commit1c1889172ef8f7f14fe0c28daaddf4117cafd567 (patch)
tree0d43ff114995bdbe01048cbbf747419f7965b831 /subx/Readme.md
parent89672f8680f372ec05429770f54786597829d4ce (diff)
downloadmu-1c1889172ef8f7f14fe0c28daaddf4117cafd567.tar.gz
5053
write-stream-buffered isn't a clean abstraction. Ignoring the 'read' index
of a stream is a hack. It's just saving us the trouble of a rewind-stream.
So make it a helper of pack.subx rather than part of the standard library.
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 8970e97b..612081dc 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -630,7 +630,6 @@ allocated memory for it.)_
 * `write-stream`: stream -> file
 * `write-buffered`: string -> buffered-file
 * `write-slice`: slice -> buffered-file
-* `write-stream-buffered`: stream -> buffered-file
 * `flush`: buffered-file
 * `print-byte`:  buffered-file, int