effect-io-ai

Package: effect
Module: BigInt

BigInt.CombinerMax

Combiner that returns the maximum bigint.

When to use

Use to keep the largest bigint when an API consumes a Combiner.

See

Signature

declare const CombinerMax: Combiner.Combiner<bigint>

Source

Since v4.0.0