//! A vector that is indexed by `u32` instead of `usize`.
// Copyright 2017 Matt Brubeck.
//
// Licensed under the Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0> or
// the MIT license <http://opensource.org/licenses/MIT>, at your option. This file may not be
// copied, modified, or distributed except according to those terms.
pub use Vec32;