Accessors
The `Inequality` primitive wrapper object accessors
public get greater(): Greater<Value>
The get
accessor obtains from the private #greater
property an instance of the Greater
with a primitive value from a given value
of the Inequality
constructor.
public get less(): Less<Value>
The get
accessor obtains from the private #less
property an instance of the Less
with a primitive value from a given value
of the Inequality
constructor.
Last updated