LuaPathBuf

Type doc:

Fields:

Methods:

clone: function(self: LuaPathBuf ):( LuaPathBuf )

capacity: function(self: LuaPathBuf ):(integer)

clone_from: function(self: LuaPathBuf , LuaPathBuf )

pop: function(self: LuaPathBuf ):(boolean)

clear: function(self: LuaPathBuf )

reserve: function(self: LuaPathBuf , integer)

reserve_exact: function(self: LuaPathBuf , integer)

shrink_to_fit: function(self: LuaPathBuf )

shrink_to: function(self: LuaPathBuf , integer)

new: function():( LuaPathBuf )

with_capacity: function(integer):( LuaPathBuf )

__tostring: function(self: LuaPathBuf ):(string)

__eq: function(any , any):(any)