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

type Extent3i = ExtentN<[i32; 3]>;

A 3-dimensional extent with scalar type i32.