We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fn parse*(inp: str): [][]str {
Parses input into a 2d string array.
fn encode*(inp: [][]str): str {
Converts 2d array to csv string.