get less()
The get accessor obtains from the private #less property an instance of the Less
Inequality.prototype.less
Inequality.prototype.less
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.
inequality.class.ts
Return type
The return type is the Less
primitive wrapper object that takes the generic type variable Value
of the Inequality
object.
Returns
The return value is the Less
instance with a primitive value from the given value
of the Inequality
constructor.
Example usage
Last updated