tysv
Types
pub type Source {
Stream(file_stream.FileStream)
Text(String)
}
Constructors
-
Stream(file_stream.FileStream) -
Text(String)
Values
pub fn from(
builder: Builder(a),
source: Source,
) -> yielder.Yielder(a)
pub fn from_with_rest(
builder: Builder(a),
source: Source,
) -> yielder.Yielder(#(a, List(String)))
pub fn row_sep(
builder: Builder(a),
row_sep: String,
) -> Builder(a)
Set row separator.
WARN: This does not work when the source provided in from is a FileStream