Skip to main content

Range

Type Alias Range 

Source
pub type Range = Range;

Aliased Type§

#[repr(C)]
pub struct Range { pub min: i64, pub max: i64, }

Fields§

§min: i64§max: i64