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

type Extent2<T> = ExtentN<[T; 2]>;

A 2-dimensional extent with scalar type T.