(l *State, functions []RegistryFunction)
| 453 | } |
| 454 | |
| 455 | func NewLibraryTable(l *State, functions []RegistryFunction) { l.CreateTable(0, len(functions)) } |
| 456 | |
| 457 | func NewLibrary(l *State, functions []RegistryFunction) { |
| 458 | NewLibraryTable(l, functions) |
no test coverage detected