Lua.Chunk (Lua v0.3.0)

View Source

A pre-compiled chunk of Lua code that can be executed at a future point in time

Summary

Types

t()

@type t() :: %Lua.Chunk{instructions: term(), ref: term()}