luaur-common 0.1.3

Foundational data structures and flags for the luaur Luau-in-Rust toolchain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Generated skeleton item. @skeleton-stub
//! Node: `cxx:Method:Luau.Common:Common/include/Luau/VecDeque.h:271:vec_deque_at`
//! Source: `Common/include/Luau/VecDeque.h`
//! Graph edges:
//! - declared_by: source_file Common/include/Luau/VecDeque.h
//! - source_includes:
//!   - includes -> source_file Common/include/Luau/Common.h
//! - incoming:
//!   - declares <- source_file Common/include/Luau/VecDeque.h
//! - outgoing:
//!   - calls -> method VecDeque::logicalToPhysical (Common/include/Luau/VecDeque.h)
//!   - type_ref -> record VecDeque (Common/include/Luau/VecDeque.h)
//!   - translates_to -> rust_item VecDeque::at

// Dead duplicate skeleton node: the canonical method is implemented elsewhere.
pub fn vec_deque_at() {
    unreachable!("canonical VecDeque::at (and at_mut) lives in crates/luau-common/src/records/vec_deque.rs; this skeleton node is unused");
}