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::
Buffer
Lua::Buffer
Reference
Object
Defined in:
crystal-lua/buffer.cr
Constructors
.new
(state : State)
.new
(buf : LibLua::Buffer)
Class Method Summary
.init_with_size
(state : State, size : UInt32)
Constructor Detail
def self.
new
(state :
State
)
#
[
View source
]
def self.
new
(buf : LibLua::Buffer)
#
[
View source
]
Class Method Detail
def self.
init_with_size
(state :
State
, size : UInt32)
#
[
View source
]