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

type Read<'a, T> = Aligned<ReadGuard<'a, T>>;

A RAII read access for Godot typed arrays.