pub(crate) fn uniform_typed<T>(
cx: &mut JSContext,
value: &[T::Element],
retval: MutableHandleValue<'_>,
)where
T: TypedArrayElementCreator + 'static,pub(crate) fn uniform_typed<T>(
cx: &mut JSContext,
value: &[T::Element],
retval: MutableHandleValue<'_>,
)where
T: TypedArrayElementCreator + 'static,