[][src]Type Definition vector2math::Chain3

type Chain3<T> = Chain<Chain<Once<T>, Once<T>>, Once<T>>;

An iterator over three items