internal/

directory
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2025 License: MIT

README

constraints

import "github.com/dashjay/xiter/pkg/internal/constraints"

Package constraints defined constraints for generics tools

Index

type Float

type Float interface {
    // contains filtered or unexported methods
}

type Integer

type Integer interface {
    // contains filtered or unexported methods
}

type Number

type Number interface {
    // contains filtered or unexported methods
}

type Ordered

type Ordered interface {
    // contains filtered or unexported methods
}

utils

import "github.com/dashjay/xiter/pkg/internal/utils"

Index

func IsZero

func IsZero[T comparable](v T) bool

xassert

import "github.com/dashjay/xiter/pkg/internal/xassert"

Index

func MustBePositive

func MustBePositive[T constraints.Number](in T)

Generated by gomarkdoc

Directories

Path Synopsis
Package constraints defined constraints for generics tools
Package constraints defined constraints for generics tools

Jump to

Keyboard shortcuts

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