Documentation ¶
Index ¶
- Constants
- Variables
- func IsErrNotFound(err error) bool
- func MakeErrNotFound(value schnittstellen.Stringer) error
- func MakeErrNotFoundString(s string) error
- func MakeKey(ss ...fmt.Stringer) string
- func MakeTryFinally[T any](try schnittstellen.FuncIter[T], finally schnittstellen.FuncIter[T]) schnittstellen.FuncIter[T]
- func MakeWriterNoop[T any]() schnittstellen.FuncIter[T]
- func WriterContainer[T schnittstellen.Element](s schnittstellen.SetLike[T], sigil error) schnittstellen.FuncIter[T]
- type Bitset
- type ErrEmptyKey
- type KeyFunc
Constants ¶
View Source
const (
MaxBitsetIdx = 100_000
)
Variables ¶
Functions ¶
func MakeErrNotFound ¶
func MakeErrNotFound(value schnittstellen.Stringer) error
func MakeTryFinally ¶
func MakeTryFinally[T any]( try schnittstellen.FuncIter[T], finally schnittstellen.FuncIter[T], ) schnittstellen.FuncIter[T]
TODO-P3 move to iter
func WriterContainer ¶
func WriterContainer[T schnittstellen.Element]( s schnittstellen.SetLike[T], sigil error, ) schnittstellen.FuncIter[T]
Types ¶
type Bitset ¶
type ErrEmptyKey ¶
type ErrEmptyKey[T any] struct { Element T }
func (ErrEmptyKey[T]) Error ¶
func (e ErrEmptyKey[T]) Error() string
func (ErrEmptyKey[T]) Is ¶
func (e ErrEmptyKey[T]) Is(target error) (ok bool)
Click to show internal directories.
Click to hide internal directories.