effect-io-ai

Package: effect
Module: Order

Order.lessThan

Test whether one value is strictly less than another.

Signature

declare const lessThan: <A>(O: Order<A>) => { (that: A): (self: A) => boolean; (self: A, that: A): boolean; }

Source

Since v2.0.0