effect-io-ai

Package: effect
Module: BigInt

BigInt.CombinerMin

Combiner that returns the minimum bigint.

When to use

Use to keep the smallest bigint through APIs that consume a Combiner.

See

Signature

declare const CombinerMin: Combiner.Combiner<bigint>

Source

Since v4.0.0