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
//! Generated skeleton item. @skeleton-stub
//! Node: `cxx:Method:Luau.Common:Common/include/Luau/VecDeque.h:263:vec_deque_at`
//! Source: `Common/include/Luau/VecDeque.h`
//!
//! The real `VecDeque::at` is implemented inline in `records/vec_deque.rs`; this
//! is the redundant per-node skeleton stub (kept unused to avoid a duplicate
//! definition).

#[allow(dead_code)]
pub(crate) fn vec_deque_at() {}