You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You write about file-lines that it "lazily iterates over lines". That is not true: file-lines is not lazy, it reads the entire file and creates the array of lines as soon as you call it.
You write about
file-linesthat it "lazily iterates over lines". That is not true:file-linesis not lazy, it reads the entire file and creates the array of lines as soon as you call it.