Is it possible to read an array (of a given length) of elements using readf in D without a loop?
And is it possible that the length is unknown?
I tried using the same syntax used for formatted writing, %(%d %) , but it does not work.
EDIT: In general, can readf use the same formats for writef ?
source share