luaur-common 0.1.3

Foundational data structures and flags for the luaur Luau-in-Rust toolchain.
Documentation
impl<T0> crate::records::variant::Variant1<T0> {
    pub fn operator_assign_mut(&mut self, other: Self) {
        *self = other;
    }
}

impl<T0, T1> crate::records::variant::Variant2<T0, T1> {
    pub fn operator_assign_mut(&mut self, other: Self) {
        *self = other;
    }
}

impl<T0, T1, T2> crate::records::variant::Variant3<T0, T1, T2> {
    pub fn operator_assign_mut(&mut self, other: Self) {
        *self = other;
    }
}

impl<T0, T1, T2, T3> crate::records::variant::Variant4<T0, T1, T2, T3> {
    pub fn operator_assign_mut(&mut self, other: Self) {
        *self = other;
    }
}

impl<T0, T1, T2, T3, T4> crate::records::variant::Variant5<T0, T1, T2, T3, T4> {
    pub fn operator_assign_mut(&mut self, other: Self) {
        *self = other;
    }
}

impl<T0, T1, T2, T3, T4, T5> crate::records::variant::Variant6<T0, T1, T2, T3, T4, T5> {
    pub fn operator_assign_mut(&mut self, other: Self) {
        *self = other;
    }
}

impl<T0, T1, T2, T3, T4, T5, T6> crate::records::variant::Variant7<T0, T1, T2, T3, T4, T5, T6> {
    pub fn operator_assign_mut(&mut self, other: Self) {
        *self = other;
    }
}