Trait flatk::IntBound[][src]

pub trait IntBound: Sub<Self, Output = Self> + Add<usize, Output = Self> + Into<usize> + From<usize> + Clone { }
Expand description

A helper trait to identify valid types for Range bounds for use as Sets.

Implementors