[][src]Type Definition gdnative_core::core_types::typed_array::Write

type Write<'a, T> = Aligned<WriteGuard<'a, T>>;

A RAII write access for Godot typed arrays. This will only lock the CoW container once, as opposed to every time with methods like push.