Package: effect
Module: BigInt
Combiner that returns the maximum bigint.
When to use
Use to keep the largest bigint when an API consumes a Combiner.
See
CombinerMin for keeping the smallest bigintmax for comparing two bigint values directlySignature
declare const CombinerMax: Combiner.Combiner<bigint>
Since v4.0.0