csv

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package csv contains the functions for CSV reading and writing.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Pkg is the csv package.
	Pkg = slip.Package{
		Name:      "csv",
		Nicknames: []string{"csv"},
		Doc:       "Home of symbols defined for the CSV functions, variables, and constants.",
		PreSet:    slip.DefaultPreSet,
	}
)

Functions

This section is empty.

Types

type Iterate

type Iterate struct {
	slip.Function
}

Iterate represents the csv-iterate function.

func (*Iterate) Call

func (f *Iterate) Call(s *slip.Scope, args slip.List, depth int) slip.Object

Call the function with the arguments provided.

type Read

type Read struct {
	slip.Function
}

Read represents the csv-read function.

func (*Read) Call

func (f *Read) Call(s *slip.Scope, args slip.List, depth int) slip.Object

Call the function with the arguments provided.

type Write

type Write struct {
	slip.Function
}

Write represents the csv-write function.

func (*Write) Call

func (f *Write) Call(s *slip.Scope, args slip.List, depth int) slip.Object

Call the function with the arguments provided.

type WriteRow

type WriteRow struct {
	slip.Function
}

WriteRow represents the csv-write-row function.

func (*WriteRow) Call

func (f *WriteRow) Call(s *slip.Scope, args slip.List, depth int) slip.Object

Call the function with the arguments provided.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL