Function ge_char32_t_u32_string

Source
pub unsafe fn ge_char32_t_u32_string(
    lhs: impl CastInto<Ptr<char32_t>>,
    rhs: impl CastInto<Ref<U32String>>,
) -> bool
Expand description

Calls C++ function: bool std::operator>=(const char32_t* __lhs, const std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t>>& __rhs).