MCPcopy Index your code
hub / github.com/yuin/gopher-lua / LNumber

TypeAlias LNumber

config.go:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13var MaxArrayIndex = 67108864
14
15type LNumber float64
16
17const LNumberBit = 64
18const LNumberScanFormat = "%f"

Callers 15

osClockFunction · 0.85
osDiffTimeFunction · 0.85
osExecuteFunction · 0.85
osDateFunction · 0.85
osTimeFunction · 0.85
TestTableLenFunction · 0.85
TestTableAppendFunction · 0.85
TestTableInsertFunction · 0.85
TestTableRawSetIntFunction · 0.85
TestTableRawGetHFunction · 0.85
TestTableForEachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected