number

package
v0.4.13 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2025 License: Unlicense Imports: 1 Imported by: 0

Documentation

Overview

Package number implements a simple number list, used with relayinfo package for NIP support lists.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type List

type List []int

List is a simple list of numbers with a sort implementation and number match.

func (List) HasNumber

func (l List) HasNumber(n int) (idx int, has bool)

HasNumber returns true if the list contains a given number

func (List) Len

func (l List) Len() int

func (List) Less

func (l List) Less(i, j int) bool

func (List) String

func (l List) String() (s string)

String outputs a number.List as a minified JSON array.

func (List) Swap

func (l List) Swap(i, j int)

Jump to

Keyboard shortcuts

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