pub type JsArrayMutRef<D> = MutRef<JsArray<D>, D>;
pub struct JsArrayMutRef<D>(/* private fields */);