# Functions
Copy sequentially copies each record read from src to sink until src.Next() returns io.EOF or another error occurs.
NewChan constructs a Chan with a given buffer size.
NewReader constructs a new delimited Reader for the records in r.
NewWriter constructs a new delimited Writer that writes records to w.