quasar.fs
Typeclass representing the interface to a effectful cursor of Data.
Data
Laws
Vector
Closes the cursor, freeing any resources it might be using.
Returns the next chunk of data from the cursor.
Returns the next chunk of data from the cursor. An empty Vector signals no more data is available.
Typeclass representing the interface to a effectful cursor of
Data
.Laws
Vector
.