#root::ops::comparison

Lt root/ops/comparison.vi:147

trait Lt[T];

lt root/ops/comparison.vi:149

fn Lt::lt[T; Lt[T]](a: &T, b: &T) -> Bool;

from_ord root/ops/comparison.vi:153

impl from_ord[T; Ord[T]]: Lt[T];

gt root/ops/comparison.vi:160

fn gt[T; Lt[T]](a: &T, b: &T) -> Bool;