src/nint128/comparisons/greaterthan

Search:
Group by:
Source   Edit  

Procs

func gt(x, y: Int128): bool {.inline, ...raises: [], tags: [], forbids: [].}
Source   Edit  
func gt(x, y: UInt128): bool {.inline, ...raises: [], tags: [], forbids: [].}
Source   Edit  

Templates

template GreaterThan(x, y: SomeInt128): bool
Source   Edit