bit.*

Type Library
Revision Release 2024.3703
Keywords bit
Platforms Android, iOS, macOS, Windows

Overview

The Bit plugin provides access to Mike Pall's Lua BitOp library.

Syntax

local bitLib = require( "plugin.bit" )

Project Settings

To use this plugin, add an entry into the plugins table of build.settings. When added, the build server will integrate the plugin during the build phase.

settings =
{
    plugins =
    {
        ["plugin.bit"] =
        {
            publisherId = "com.coronalabs"
        },
    },
}

Documentation

http://bitop.luajit.org/api.html

Source