Current section

Files

Jump to
exlua lib lua chunk.ex
Raw

lib/lua/chunk.ex

# This is free and unencumbered software released into the public domain.
defmodule Lua.Chunk do
defstruct luerl: nil
@type t :: struct
end