Skip to main content

uniform_typed

Function uniform_typed 

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