method

package
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NOT_FILLED            = (iota - 1) // Not filled
	BIT_SHIFT                          // Bit shift
	BIT_LOOKUP_TABLE                   // Bit table, use a slice to store the values
	BIT_ADVANCED_FUNCTION              // Advanced function, use a function to calculate and return the values
)

Method to convert enum: NOT_FILLED = -1 BIT_SHIFT = 0 BIT_LOOKUP_TABLE = 1

Variables

View Source
var METHODS = map[int]string{
	NOT_FILLED:            "NOT_FILLED",
	BIT_SHIFT:             "BIT_SHIFT",
	BIT_LOOKUP_TABLE:      "BIT_LOOKUP_TABLE",
	BIT_ADVANCED_FUNCTION: "BIT_ADVANCED_FUNCTION",
}

METHODS is a map of methods

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL