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