Skip to main content

luaur_common/methods/
small_vector_data_small_vector.rs

1//! Generated skeleton item. @skeleton-stub
2//! Node: `cxx:Method:Luau.Common:Common/include/Luau/SmallVector.h:237:small_vector_data`
3//! Source: `Common/include/Luau/SmallVector.h`
4//! Graph edges:
5//! - declared_by: source_file Common/include/Luau/SmallVector.h
6//! - source_includes:
7//!   - includes -> source_file Common/include/Luau/Common.h
8//! - incoming:
9//!   - declares <- source_file Common/include/Luau/SmallVector.h
10//! - outgoing:
11//!   - type_ref -> record SmallVector (Common/include/Luau/SmallVector.h)
12//!   - translates_to -> rust_item SmallVector::data
13
14// Dead duplicate skeleton node: the canonical accessor is implemented elsewhere.
15pub fn small_vector_data() {
16    unreachable!("canonical SmallVector::data (as_slice/as_mut_slice) lives in crates/luau-common/src/records/small_vector.rs; this skeleton node is unused");
17}