We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
take!(::IOBuffer)
1 parent ba71161 commit 002fc5fCopy full SHA for 002fc5f
base/iobuffer.jl
@@ -353,8 +353,7 @@ isopen(io::GenericIOBuffer) = io.readable || io.writable || io.seekable || bytes
353
"""
354
take!(b::IOBuffer)
355
356
-Obtain the contents of an `IOBuffer` as an array, without copying. Afterwards, the
357
-`IOBuffer` is reset to its initial state.
+Obtain the contents of an `IOBuffer` as an array. Afterwards, the `IOBuffer` is reset to its initial state.
358
359
# Examples
360
```jldoctest
0 commit comments