class |
FUN_Base10 |
Binding function
base10 returns a
Base 10 integer representation the binary literals passed as an argument.
|
class |
FUN_BitwiseAnd |
Binding function fun:bitwiseAnd
operates a bitwise AND over the binary literals passed as an argument.
|
class |
FUN_BitwiseLeftShift |
Binding function fun:bitwiseLeftShift
operates a bitwise left shift over the binary literal passed as an argument.
|
class |
FUN_BitwiseNot |
Binding function bitwiseNot
complements the binary literal passed as an argument.
|
class |
FUN_BitwiseOr |
Binding function fun:bitwiseOr
operates a bitwise OR over the binary literals passed as an argument.
|
class |
FUN_BitwiseRightShift |
Binding function fun:bitwiseRightShift
operates a bitwise right shift over the binary literal passed as an argument.
|
class |
FUN_BitwiseXOR |
Binding function fun:bitwiseXOR
operates a bitwise XOR over the binary literals passed as an argument.
|