luaur-common 0.1.3

Foundational data structures and flags for the luaur Luau-in-Rust toolchain.
Documentation
//! Generated skeleton item. @skeleton-stub
//! Node: `cxx:Method:Luau.Common:Common/include/Luau/VecDeque.h:293:vec_deque_front`
//! 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 -> macro LUAU_ASSERT (Common/include/Luau/Common.h)
//!   - reads_global -> macro LUAU_ASSERT (Common/include/Luau/Common.h)
//!   - type_ref -> record VecDeque (Common/include/Luau/VecDeque.h)
//!   - translates_to -> rust_item VecDeque::front

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