pub opaque type Builder(a)
pub fn build(f: fn(a) -> List(String)) -> Builder(a)
pub fn col_sep( builder: Builder(a), col_sep: String, ) -> Builder(a)
Set column separator.
pub fn from(builder: Builder(a), rows: List(a)) -> String
pub fn headers( builder: Builder(a), headers: List(String), ) -> Builder(a)
Set headers.
pub fn row_sep( builder: Builder(a), row_sep: String, ) -> Builder(a)
Set row separator.