Type Alias UnrestrictedDoubleOrDOMPointInitOrUnrestrictedDoubleOrDOMPointInitSequence
Source pub(crate) type UnrestrictedDoubleOrDOMPointInitOrUnrestrictedDoubleOrDOMPointInitSequence = UnrestrictedDoubleOrDOMPointInitOrUnrestrictedDoubleOrDOMPointInitSequence;
pub(crate) enum UnrestrictedDoubleOrDOMPointInitOrUnrestrictedDoubleOrDOMPointInitSequence {
UnrestrictedDouble(f64),
DOMPointInit(DOMPointInit),
UnrestrictedDoubleOrDOMPointInitSequence(Vec<UnrestrictedDoubleOrDOMPointInit>),
}