| 
    ALP User Documentation
    0.8.preview
    
   Algebraic Programming User Documentation 
   | 
 
This operation returns whether the left operand compares less-than or equal to the right operand. More...
Inherits Operator< internal::leq< D1, D2, D3, implementation > >.
This operation returns whether the left operand compares less-than or equal to the right operand.
Mathematical notation: \( \odot(x,y) \to x \leq y \).
The result is cast from bool to D3.
 1.8.15