Expand description
Source: Analysis/include/Luau/ControlFlowGraph.h:306-312 (hand-ported)
C++ template<typename T, typename... Args> NotNull<T> CFGBuilder::emit(Block* block, Args&&... args).
Traitsยง
- Into
Instruction - Bridges the C++
T{args...}variadic construction: maps each instruction typeTand its constructor arg-pack to a builtInstructionvariant. (C++instructions.allocate(T{std::forward<Args>(args)...}).)