Skip to main content

Module string

Module string 

Source
Expand description

LuaString — Lua’s byte-string (NOT UTF-8). PORT_STRATEGY §3.3.

A Box<[u8]>-backed struct with a short/long flag and a precomputed content hash; interning lives in lua-vm’s InternedStringMap.

Structs§

LuaString
Lua’s immutable byte-string value.