Template Function TRAP::Math::All# Function Documentation# template<u32 L>constexpr bool TRAP::Math::All(const Vec<L, bool> &v) noexcept# Check whether all elements of a boolean vector are true. Parameters: v – Specifies the vector to be tested for truth. Returns: True if all component of v are true.