//! British Imperial units of area
//!
//! This module contains predefined newtypes for units of area as defined in
//! the British Imperial system. The base unit is the square meter.
use Area;
use crate::;
use ;
// Trivial squares of units of length
make_unit!;
make_unit!;
make_unit!;
make_unit!;
make_unit!;
make_unit!;
make_unit!;
// Non-trivial units
make_unit!;