Type Definition building_blocks::prelude::Extent2[][src]

pub type Extent2<T> = ExtentN<[T; 2]>;
Expand description

A 2-dimensional extent with scalar type T.