CSV v2.3.1 CSV.Encode protocol View Source
Implement encoding for your data types.
Link to this section Summary
Functions
The encode function to implement, gets passed the data and env as a keyword list containing the currently used separator and delimiter
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: term()
t() :: term()
Link to this section Functions
Link to this function
encode(data, env \\ []) View Source
The encode function to implement, gets passed the data and env as a keyword list containing the currently used separator and delimiter.