slicecomp

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser struct {
	// contains filtered or unexported fields
}

func NewParser

func NewParser(input string) *Parser

func (*Parser) ParseSlice

func (p *Parser) ParseSlice() (*Slice, error)

type Slice

type Slice struct {
	From *int
	To   *int
}

func ParseSlice

func ParseSlice(input string, page int) (*Slice, error)

func (*Slice) IsDefined

func (s *Slice) IsDefined() bool

Jump to

Keyboard shortcuts

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