Bit32Open opens the bit32 library. Usually passed to Require.
(l *State)
| 102 | |
| 103 | // Bit32Open opens the bit32 library. Usually passed to Require. |
| 104 | func Bit32Open(l *State) int { |
| 105 | NewLibrary(l, bitLibrary) |
| 106 | return 1 |
| 107 | } |
nothing calls this directly
no test coverage detected