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.
1 parent 4805d54 commit 2802807Copy full SHA for 2802807
base/io.jl
@@ -548,7 +548,8 @@ end
548
549
Read all lines of an I/O stream or a file as a vector of strings. Behavior is
550
equivalent to saving the result of reading [`readline`](@ref) repeatedly with the same
551
-arguments and saving the resulting lines as a vector of strings.
+arguments and saving the resulting lines as a vector of strings. See also
552
+[`eachline`](@ref) to iterate over the lines without reading them all at once.
553
554
# Examples
555
```jldoctest
0 commit comments