Package: effect
Module: BigInt
Combiner that returns the minimum bigint.
When to use
Use to keep the smallest bigint through APIs that consume a Combiner.
See
CombinerMax for keeping the largest bigintmin for comparing two bigint values directlySignature
declare const CombinerMin: Combiner.Combiner<bigint>
Since v4.0.0