Template Function TRAP::Math::IsOdd(const Vec<L, T>&)# Function Documentation# template<u32 L, typename T>constexpr Vec<L, bool> TRAP::Math::IsOdd(const Vec<L, T> &x) noexcept# Returns whether the given integers are odd or not. Parameters: x – Integers to check. Returns: Vector containing True if a given integer is odd, false otherwise.