arrutils

package
v0.0.0-...-83fde48 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2026 License: BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Overview

Package arrutils provides generic array utility functions built with fp-go v2 combinators.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compact

func Compact[A any](opts []O.Option[A]) []A

Compact extracts Some values from a slice of Options, discarding None (catMaybes).

func ParseWith

func ParseWith[A any](
	parseFn func(string) (A, error),
) func([]string) []A

ParseWith returns a function that maps []string to []A, silently discarding parse errors.

Types

This section is empty.

Jump to

Keyboard shortcuts

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