pub fn load_for_ecma262_with_any_provider(
    provider: &impl AnyProvider,
    name: &str
) -> Result<CodePointSetData, PropertiesError>
Expand description

Creates a new instance using an AnyProvider.

For details on the behavior of this function, see: load_for_ecma262_unstable

📚 Help choosing a constructor