Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal-lua
main
Lua
Any
Type
Buffer
Callable
Error
Export
FailError
FileError
Function
Library
MemoryError
MessageHandlerError
Mode
Reference
RuntimeError
State
SyntaxError
Table
Type
Generated using Crystal 1.12.2
2024-09-08 01:44:18 UTC
class
Lua::
Reference
Lua::Reference
Reference
Object
Defined in:
crystal-lua/reference.cr
Constructors
.new
(state : State, data : Pointer(Void))
Instance Method Summary
#cast
(type :
T
.
class
) : Pointer(T) forall T
Constructor Detail
def self.
new
(state :
State
, data : Pointer(Void))
#
[
View source
]
Instance Method Detail
def
cast
(type :
T
.
class
) : Pointer(T) forall T
#
[
View source
]