mint.inttypes - Palamecia/mint GitHub Wiki
Module mint.inttypes
Description
load mint.inttypes
This module provides fixed size integer types.
Classes
int16
This class provides a signed integer representation encoded on 16 bits.
Public members
| Modifiers | Member | Description |
|---|---|---|
const |
! | Returns the result of the ! operator applied to self. |
const |
!= | Returns the result of the != operator applied to self and other. |
const |
% | Returns the result of the % operator applied to self and other. |
const |
& | Returns the result of the & operator applied to self and other. |
const |
&& | Returns the result of the && operator applied to self and other. |
const |
() | Returns the result of the () operator applied to self. |
const |
* | Returns the result of the * operator applied to self and other. |
const |
** | Returns the result of the ** operator applied to self and other. |
const |
+ | Returns the result of the + operator applied to self and other. |
const |
++ | Returns the result of the ++ operator applied to self. |
const |
- | Returns the result of the - operator applied to self and other. |
const |
-- | Returns the result of the -- operator applied to self. |
const |
.. | Returns the result of the .. operator applied to self and other. |
const |
... | Returns the result of the ... operator applied to self and other. |
const |
/ | Returns the result of the / operator applied to self and other. |
const |
:= | Returns the result of the := operator applied to self and other. |
const |
< | Returns the result of the < operator applied to self and other. |
const |
<< | Returns the result of the << operator applied to self and other. |
const |
<= | Returns the result of the <= operator applied to self and other. |
const |
== | Returns the result of the == operator applied to self and other. |
const |
> | Returns the result of the > operator applied to self and other. |
const |
>= | Returns the result of the >= operator applied to self and other. |
const |
>> | Returns the result of the >> operator applied to self and other. |
const |
(#int16-22) | Returns the result of the [] operator applied to self with the given index. |
const |
[]= | Returns the result of the []= operator applied to self with the given index t... |
const |
^ | Returns the result of the ^ operator applied to self and other. |
const |
new | Creates a new integer initialized to value. |
const |
toNumber | Returns the value of the object as a number. |
const |
| | Returns the result of the | operator applied to self and other. |
const |
|| | Returns the result of the || operator applied to self and other. |
const |
~ | Returns the result of the ~ operator applied to self. |
Private members
| Modifiers | Member | Description |
|---|---|---|
final |
d_ptr | Object data. |
@ |
g_lib | Global library handle. |
int32
This class provides a signed integer representation encoded on 32 bits.
Public members
| Modifiers | Member | Description |
|---|---|---|
const |
! | Returns the result of the ! operator applied to self. |
const |
!= | Returns the result of the != operator applied to self and other. |
const |
% | Returns the result of the % operator applied to self and other. |
const |
& | Returns the result of the & operator applied to self and other. |
const |
&& | Returns the result of the && operator applied to self and other. |
const |
() | Returns the result of the () operator applied to self. |
const |
* | Returns the result of the * operator applied to self and other. |
const |
** | Returns the result of the ** operator applied to self and other. |
const |
+ | Returns the result of the + operator applied to self and other. |
const |
++ | Returns the result of the ++ operator applied to self. |
const |
- | Returns the result of the - operator applied to self and other. |
const |
-- | Returns the result of the -- operator applied to self. |
const |
.. | Returns the result of the .. operator applied to self and other. |
const |
... | Returns the result of the ... operator applied to self and other. |
const |
/ | Returns the result of the / operator applied to self and other. |
const |
:= | Returns the result of the := operator applied to self and other. |
const |
< | Returns the result of the < operator applied to self and other. |
const |
<< | Returns the result of the << operator applied to self and other. |
const |
<= | Returns the result of the <= operator applied to self and other. |
const |
== | Returns the result of the == operator applied to self and other. |
const |
> | Returns the result of the > operator applied to self and other. |
const |
>= | Returns the result of the >= operator applied to self and other. |
const |
>> | Returns the result of the >> operator applied to self and other. |
const |
(#int32-22) | Returns the result of the [] operator applied to self with the given index. |
const |
[]= | Returns the result of the []= operator applied to self with the given index t... |
const |
^ | Returns the result of the ^ operator applied to self and other. |
const |
new | Creates a new integer initialized to value. |
const |
toNumber | Returns the value of the object as a number. |
const |
| | Returns the result of the | operator applied to self and other. |
const |
|| | Returns the result of the || operator applied to self and other. |
const |
~ | Returns the result of the ~ operator applied to self. |
Private members
| Modifiers | Member | Description |
|---|---|---|
final |
d_ptr | Object data. |
@ |
g_lib | Global library handle. |
int64
This class provides a signed integer representation encoded on 64 bits.
Public members
| Modifiers | Member | Description |
|---|---|---|
const |
! | Returns the result of the ! operator applied to self. |
const |
!= | Returns the result of the != operator applied to self and other. |
const |
% | Returns the result of the % operator applied to self and other. |
const |
& | Returns the result of the & operator applied to self and other. |
const |
&& | Returns the result of the && operator applied to self and other. |
const |
() | Returns the result of the () operator applied to self. |
const |
* | Returns the result of the * operator applied to self and other. |
const |
** | Returns the result of the ** operator applied to self and other. |
const |
+ | Returns the result of the + operator applied to self and other. |
const |
++ | Returns the result of the ++ operator applied to self. |
const |
- | Returns the result of the - operator applied to self and other. |
const |
-- | Returns the result of the -- operator applied to self. |
const |
.. | Returns the result of the .. operator applied to self and other. |
const |
... | Returns the result of the ... operator applied to self and other. |
const |
/ | Returns the result of the / operator applied to self and other. |
const |
:= | Returns the result of the := operator applied to self and other. |
const |
< | Returns the result of the < operator applied to self and other. |
const |
<< | Returns the result of the << operator applied to self and other. |
const |
<= | Returns the result of the <= operator applied to self and other. |
const |
== | Returns the result of the == operator applied to self and other. |
const |
> | Returns the result of the > operator applied to self and other. |
const |
>= | Returns the result of the >= operator applied to self and other. |
const |
>> | Returns the result of the >> operator applied to self and other. |
const |
(#int64-22) | Returns the result of the [] operator applied to self with the given index. |
const |
[]= | Returns the result of the []= operator applied to self with the given index t... |
const |
^ | Returns the result of the ^ operator applied to self and other. |
const |
new | Creates a new integer initialized to value. |
const |
toNumber | Returns the value of the object as a number. |
const |
| | Returns the result of the | operator applied to self and other. |
const |
|| | Returns the result of the || operator applied to self and other. |
const |
~ | Returns the result of the ~ operator applied to self. |
Private members
| Modifiers | Member | Description |
|---|---|---|
final |
d_ptr | Object data. |
@ |
g_lib | Global library handle. |
int8
This class provides a signed integer representation encoded on 8 bits.
Public members
| Modifiers | Member | Description |
|---|---|---|
const |
! | Returns the result of the ! operator applied to self. |
const |
!= | Returns the result of the != operator applied to self and other. |
const |
% | Returns the result of the % operator applied to self and other. |
const |
& | Returns the result of the & operator applied to self and other. |
const |
&& | Returns the result of the && operator applied to self and other. |
const |
() | Returns the result of the () operator applied to self. |
const |
* | Returns the result of the * operator applied to self and other. |
const |
** | Returns the result of the ** operator applied to self and other. |
const |
+ | Returns the result of the + operator applied to self and other. |
const |
++ | Returns the result of the ++ operator applied to self. |
const |
- | Returns the result of the - operator applied to self and other. |
const |
-- | Returns the result of the -- operator applied to self. |
const |
.. | Returns the result of the .. operator applied to self and other. |
const |
... | Returns the result of the ... operator applied to self and other. |
const |
/ | Returns the result of the / operator applied to self and other. |
const |
:= | Returns the result of the := operator applied to self and other. |
const |
< | Returns the result of the < operator applied to self and other. |
const |
<< | Returns the result of the << operator applied to self and other. |
const |
<= | Returns the result of the <= operator applied to self and other. |
const |
== | Returns the result of the == operator applied to self and other. |
const |
> | Returns the result of the > operator applied to self and other. |
const |
>= | Returns the result of the >= operator applied to self and other. |
const |
>> | Returns the result of the >> operator applied to self and other. |
const |
(#int8-22) | Returns the result of the [] operator applied to self with the given index. |
const |
[]= | Returns the result of the []= operator applied to self with the given index t... |
const |
^ | Returns the result of the ^ operator applied to self and other. |
const |
new | Creates a new integer initialized to value. |
const |
toNumber | Returns the value of the object as a number. |
const |
| | Returns the result of the | operator applied to self and other. |
const |
|| | Returns the result of the || operator applied to self and other. |
const |
~ | Returns the result of the ~ operator applied to self. |
Private members
| Modifiers | Member | Description |
|---|---|---|
final |
d_ptr | Object data. |
@ |
g_lib | Global library handle. |
uint16
This class provides an unsigned integer representation encoded on 16 bits.
Public members
| Modifiers | Member | Description |
|---|---|---|
const |
! | Returns the result of the ! operator applied to self. |
const |
!= | Returns the result of the != operator applied to self and other. |
const |
% | Returns the result of the % operator applied to self and other. |
const |
& | Returns the result of the & operator applied to self and other. |
const |
&& | Returns the result of the && operator applied to self and other. |
const |
() | Returns the result of the () operator applied to self. |
const |
* | Returns the result of the * operator applied to self and other. |
const |
** | Returns the result of the ** operator applied to self and other. |
const |
+ | Returns the result of the + operator applied to self and other. |
const |
++ | Returns the result of the ++ operator applied to self. |
const |
- | Returns the result of the - operator applied to self and other. |
const |
-- | Returns the result of the -- operator applied to self. |
const |
.. | Returns the result of the .. operator applied to self and other. |
const |
... | Returns the result of the ... operator applied to self and other. |
const |
/ | Returns the result of the / operator applied to self and other. |
const |
:= | Returns the result of the := operator applied to self and other. |
const |
< | Returns the result of the < operator applied to self and other. |
const |
<< | Returns the result of the << operator applied to self and other. |
const |
<= | Returns the result of the <= operator applied to self and other. |
const |
== | Returns the result of the == operator applied to self and other. |
const |
> | Returns the result of the > operator applied to self and other. |
const |
>= | Returns the result of the >= operator applied to self and other. |
const |
>> | Returns the result of the >> operator applied to self and other. |
const |
(#uint16-22) | Returns the result of the [] operator applied to self with the given index. |
const |
[]= | Returns the result of the []= operator applied to self with the given index t... |
const |
^ | Returns the result of the ^ operator applied to self and other. |
const |
new | Creates a new integer initialized to value. |
const |
toNumber | Returns the value of the object as a number. |
const |
| | Returns the result of the | operator applied to self and other. |
const |
|| | Returns the result of the || operator applied to self and other. |
const |
~ | Returns the result of the ~ operator applied to self. |
Private members
| Modifiers | Member | Description |
|---|---|---|
final |
d_ptr | Object data. |
@ |
g_lib | Global library handle. |
uint32
This class provides an unsigned integer representation encoded on 32 bits.
Public members
| Modifiers | Member | Description |
|---|---|---|
const |
! | Returns the result of the ! operator applied to self. |
const |
!= | Returns the result of the != operator applied to self and other. |
const |
% | Returns the result of the % operator applied to self and other. |
const |
& | Returns the result of the & operator applied to self and other. |
const |
&& | Returns the result of the && operator applied to self and other. |
const |
() | Returns the result of the () operator applied to self. |
const |
* | Returns the result of the * operator applied to self and other. |
const |
** | Returns the result of the ** operator applied to self and other. |
const |
+ | Returns the result of the + operator applied to self and other. |
const |
++ | Returns the result of the ++ operator applied to self. |
const |
- | Returns the result of the - operator applied to self and other. |
const |
-- | Returns the result of the -- operator applied to self. |
const |
.. | Returns the result of the .. operator applied to self and other. |
const |
... | Returns the result of the ... operator applied to self and other. |
const |
/ | Returns the result of the / operator applied to self and other. |
const |
:= | Returns the result of the := operator applied to self and other. |
const |
< | Returns the result of the < operator applied to self and other. |
const |
<< | Returns the result of the << operator applied to self and other. |
const |
<= | Returns the result of the <= operator applied to self and other. |
const |
== | Returns the result of the == operator applied to self and other. |
const |
> | Returns the result of the > operator applied to self and other. |
const |
>= | Returns the result of the >= operator applied to self and other. |
const |
>> | Returns the result of the >> operator applied to self and other. |
const |
(#uint32-22) | Returns the result of the [] operator applied to self with the given index. |
const |
[]= | Returns the result of the []= operator applied to self with the given index t... |
const |
^ | Returns the result of the ^ operator applied to self and other. |
const |
new | Creates a new integer initialized to value. |
const |
toNumber | Returns the value of the object as a number. |
const |
| | Returns the result of the | operator applied to self and other. |
const |
|| | Returns the result of the || operator applied to self and other. |
const |
~ | Returns the result of the ~ operator applied to self. |
Private members
| Modifiers | Member | Description |
|---|---|---|
final |
d_ptr | Object data. |
@ |
g_lib | Global library handle. |
uint64
This class provides an unsigned integer representation encoded on 64 bits.
Public members
| Modifiers | Member | Description |
|---|---|---|
const |
! | Returns the result of the ! operator applied to self. |
const |
!= | Returns the result of the != operator applied to self and other. |
const |
% | Returns the result of the % operator applied to self and other. |
const |
& | Returns the result of the & operator applied to self and other. |
const |
&& | Returns the result of the && operator applied to self and other. |
const |
() | Returns the result of the () operator applied to self. |
const |
* | Returns the result of the * operator applied to self and other. |
const |
** | Returns the result of the ** operator applied to self and other. |
const |
+ | Returns the result of the + operator applied to self and other. |
const |
++ | Returns the result of the ++ operator applied to self. |
const |
- | Returns the result of the - operator applied to self and other. |
const |
-- | Returns the result of the -- operator applied to self. |
const |
.. | Returns the result of the .. operator applied to self and other. |
const |
... | Returns the result of the ... operator applied to self and other. |
const |
/ | Returns the result of the / operator applied to self and other. |
const |
:= | Returns the result of the := operator applied to self and other. |
const |
< | Returns the result of the < operator applied to self and other. |
const |
<< | Returns the result of the << operator applied to self and other. |
const |
<= | Returns the result of the <= operator applied to self and other. |
const |
== | Returns the result of the == operator applied to self and other. |
const |
> | Returns the result of the > operator applied to self and other. |
const |
>= | Returns the result of the >= operator applied to self and other. |
const |
>> | Returns the result of the >> operator applied to self and other. |
const |
(#uint64-22) | Returns the result of the [] operator applied to self with the given index. |
const |
[]= | Returns the result of the []= operator applied to self with the given index t... |
const |
^ | Returns the result of the ^ operator applied to self and other. |
const |
new | Creates a new integer initialized to value. |
const |
toNumber | Returns the value of the object as a number. |
const |
| | Returns the result of the | operator applied to self and other. |
const |
|| | Returns the result of the || operator applied to self and other. |
const |
~ | Returns the result of the ~ operator applied to self. |
Private members
| Modifiers | Member | Description |
|---|---|---|
final |
d_ptr | Object data. |
@ |
g_lib | Global library handle. |
uint8
This class provides an unsigned integer representation encoded on 8 bits.
Public members
| Modifiers | Member | Description |
|---|---|---|
const |
! | Returns the result of the ! operator applied to self. |
const |
!= | Returns the result of the != operator applied to self and other. |
const |
% | Returns the result of the % operator applied to self and other. |
const |
& | Returns the result of the & operator applied to self and other. |
const |
&& | Returns the result of the && operator applied to self and other. |
const |
() | Returns the result of the () operator applied to self. |
const |
* | Returns the result of the * operator applied to self and other. |
const |
** | Returns the result of the ** operator applied to self and other. |
const |
+ | Returns the result of the + operator applied to self and other. |
const |
++ | Returns the result of the ++ operator applied to self. |
const |
- | Returns the result of the - operator applied to self and other. |
const |
-- | Returns the result of the -- operator applied to self. |
const |
.. | Returns the result of the .. operator applied to self and other. |
const |
... | Returns the result of the ... operator applied to self and other. |
const |
/ | Returns the result of the / operator applied to self and other. |
const |
:= | Returns the result of the := operator applied to self and other. |
const |
< | Returns the result of the < operator applied to self and other. |
const |
<< | Returns the result of the << operator applied to self and other. |
const |
<= | Returns the result of the <= operator applied to self and other. |
const |
== | Returns the result of the == operator applied to self and other. |
const |
> | Returns the result of the > operator applied to self and other. |
const |
>= | Returns the result of the >= operator applied to self and other. |
const |
>> | Returns the result of the >> operator applied to self and other. |
const |
(#uint8-22) | Returns the result of the [] operator applied to self with the given index. |
const |
[]= | Returns the result of the []= operator applied to self with the given index t... |
const |
^ | Returns the result of the ^ operator applied to self and other. |
const |
new | Creates a new integer initialized to value. |
const |
toNumber | Returns the value of the object as a number. |
const |
| | Returns the result of the | operator applied to self and other. |
const |
|| | Returns the result of the || operator applied to self and other. |
const |
~ | Returns the result of the ~ operator applied to self. |
Private members
| Modifiers | Member | Description |
|---|---|---|
final |
d_ptr | Object data. |
@ |
g_lib | Global library handle. |
Descriptions
int16.!
def (self)
Returns the result of the ! operator applied to self.
int16.!=
def (self, other)
Returns the result of the != operator applied to self and other.
int16.%
def (self, other)
Returns the result of the % operator applied to self and other.
int16.&
def (self, other)
Returns the result of the & operator applied to self and other.
int16.&&
def (self, other)
Returns the result of the && operator applied to self and other.
int16.()
def (self)
Returns the result of the () operator applied to self.
int16.*
def (self, other)
Returns the result of the * operator applied to self and other.
int16.**
def (self, other)
Returns the result of the ** operator applied to self and other.
int16.+
def (self, other)
Returns the result of the + operator applied to self and other.
def (self)
Returns the result of the + operator applied to self.
int16.++
def (self)
Returns the result of the ++ operator applied to self.
int16.-
def (self, other)
Returns the result of the - operator applied to self and other.
def (self)
Returns the result of the - operator applied to self.
int16.--
def (self)
Returns the result of the -- operator applied to self.
int16...
def (self, other)
Returns the result of the .. operator applied to self and other.
int16....
def (self, other)
Returns the result of the ... operator applied to self and other.
int16./
def (self, other)
Returns the result of the / operator applied to self and other.
int16.:=
def (self, other)
Returns the result of the := operator applied to self and other.
int16.<
def (self, other)
Returns the result of the < operator applied to self and other.
int16.<<
def (self, other)
Returns the result of the << operator applied to self and other.
int16.<=
def (self, other)
Returns the result of the <= operator applied to self and other.
int16.==
def (self, other)
Returns the result of the == operator applied to self and other.
int16.>
def (self, other)
Returns the result of the > operator applied to self and other.
int16.>=
def (self, other)
Returns the result of the >= operator applied to self and other.
int16.>>
def (self, other)
Returns the result of the >> operator applied to self and other.
int16.[]
def (self, index)
Returns the result of the [] operator applied to self with the given
index.
int16.[]=
def (self, index, value)
Returns the result of the []= operator applied to self with the given
index to set the element to value.
int16.^
def (self, other)
Returns the result of the ^ operator applied to self and other.
int16.d_ptr
null
Object data.
int16.g_lib
lib ('libmint-mint')
Global library handle.
int16.new
def (self, value = 0)
Creates a new integer initialized to value.
int16.toNumber
def (const self)
Returns the value of the object as a number.
int16.|
def (self, other)
Returns the result of the | operator applied to self and other.
int16.||
def (self, other)
Returns the result of the || operator applied to self and other.
int16.~
def (self)
Returns the result of the ~ operator applied to self.
int32.!
def (self)
Returns the result of the ! operator applied to self.
int32.!=
def (self, other)
Returns the result of the != operator applied to self and other.
int32.%
def (self, other)
Returns the result of the % operator applied to self and other.
int32.&
def (self, other)
Returns the result of the & operator applied to self and other.
int32.&&
def (self, other)
Returns the result of the && operator applied to self and other.
int32.()
def (self)
Returns the result of the () operator applied to self.
int32.*
def (self, other)
Returns the result of the * operator applied to self and other.
int32.**
def (self, other)
Returns the result of the ** operator applied to self and other.
int32.+
def (self, other)
Returns the result of the + operator applied to self and other.
def (self)
Returns the result of the + operator applied to self.
int32.++
def (self)
Returns the result of the ++ operator applied to self.
int32.-
def (self, other)
Returns the result of the - operator applied to self and other.
def (self)
Returns the result of the - operator applied to self.
int32.--
def (self)
Returns the result of the -- operator applied to self.
int32...
def (self, other)
Returns the result of the .. operator applied to self and other.
int32....
def (self, other)
Returns the result of the ... operator applied to self and other.
int32./
def (self, other)
Returns the result of the / operator applied to self and other.
int32.:=
def (self, other)
Returns the result of the := operator applied to self and other.
int32.<
def (self, other)
Returns the result of the < operator applied to self and other.
int32.<<
def (self, other)
Returns the result of the << operator applied to self and other.
int32.<=
def (self, other)
Returns the result of the <= operator applied to self and other.
int32.==
def (self, other)
Returns the result of the == operator applied to self and other.
int32.>
def (self, other)
Returns the result of the > operator applied to self and other.
int32.>=
def (self, other)
Returns the result of the >= operator applied to self and other.
int32.>>
def (self, other)
Returns the result of the >> operator applied to self and other.
int32.[]
def (self, index)
Returns the result of the [] operator applied to self with the given
index.
int32.[]=
def (self, index, value)
Returns the result of the []= operator applied to self with the given
index to set the element to value.
int32.^
def (self, other)
Returns the result of the ^ operator applied to self and other.
int32.d_ptr
null
Object data.
int32.g_lib
lib ('libmint-mint')
Global library handle.
int32.new
def (self, value = 0)
Creates a new integer initialized to value.
int32.toNumber
def (const self)
Returns the value of the object as a number.
int32.|
def (self, other)
Returns the result of the | operator applied to self and other.
int32.||
def (self, other)
Returns the result of the || operator applied to self and other.
int32.~
def (self)
Returns the result of the ~ operator applied to self.
int64.!
def (self)
Returns the result of the ! operator applied to self.
int64.!=
def (self, other)
Returns the result of the != operator applied to self and other.
int64.%
def (self, other)
Returns the result of the % operator applied to self and other.
int64.&
def (self, other)
Returns the result of the & operator applied to self and other.
int64.&&
def (self, other)
Returns the result of the && operator applied to self and other.
int64.()
def (self)
Returns the result of the () operator applied to self.
int64.*
def (self, other)
Returns the result of the * operator applied to self and other.
int64.**
def (self, other)
Returns the result of the ** operator applied to self and other.
int64.+
def (self, other)
Returns the result of the + operator applied to self and other.
def (self)
Returns the result of the + operator applied to self.
int64.++
def (self)
Returns the result of the ++ operator applied to self.
int64.-
def (self, other)
Returns the result of the - operator applied to self and other.
def (self)
Returns the result of the - operator applied to self.
int64.--
def (self)
Returns the result of the -- operator applied to self.
int64...
def (self, other)
Returns the result of the .. operator applied to self and other.
int64....
def (self, other)
Returns the result of the ... operator applied to self and other.
int64./
def (self, other)
Returns the result of the / operator applied to self and other.
int64.:=
def (self, other)
Returns the result of the := operator applied to self and other.
int64.<
def (self, other)
Returns the result of the < operator applied to self and other.
int64.<<
def (self, other)
Returns the result of the << operator applied to self and other.
int64.<=
def (self, other)
Returns the result of the <= operator applied to self and other.
int64.==
def (self, other)
Returns the result of the == operator applied to self and other.
int64.>
def (self, other)
Returns the result of the > operator applied to self and other.
int64.>=
def (self, other)
Returns the result of the >= operator applied to self and other.
int64.>>
def (self, other)
Returns the result of the >> operator applied to self and other.
int64.[]
def (self, index)
Returns the result of the [] operator applied to self with the given
index.
int64.[]=
def (self, index, value)
Returns the result of the []= operator applied to self with the given
index to set the element to value.
int64.^
def (self, other)
Returns the result of the ^ operator applied to self and other.
int64.d_ptr
null
Object data.
int64.g_lib
lib ('libmint-mint')
Global library handle.
int64.new
def (self, value = 0)
Creates a new integer initialized to value.
int64.toNumber
def (const self)
Returns the value of the object as a number.
int64.|
def (self, other)
Returns the result of the | operator applied to self and other.
int64.||
def (self, other)
Returns the result of the || operator applied to self and other.
int64.~
def (self)
Returns the result of the ~ operator applied to self.
int8.!
def (self)
Returns the result of the ! operator applied to self.
int8.!=
def (self, other)
Returns the result of the != operator applied to self and other.
int8.%
def (self, other)
Returns the result of the % operator applied to self and other.
int8.&
def (self, other)
Returns the result of the & operator applied to self and other.
int8.&&
def (self, other)
Returns the result of the && operator applied to self and other.
int8.()
def (self)
Returns the result of the () operator applied to self.
int8.*
def (self, other)
Returns the result of the * operator applied to self and other.
int8.**
def (self, other)
Returns the result of the ** operator applied to self and other.
int8.+
def (self, other)
Returns the result of the + operator applied to self and other.
def (self)
Returns the result of the + operator applied to self.
int8.++
def (self)
Returns the result of the ++ operator applied to self.
int8.-
def (self, other)
Returns the result of the - operator applied to self and other.
def (self)
Returns the result of the - operator applied to self.
int8.--
def (self)
Returns the result of the -- operator applied to self.
int8...
def (self, other)
Returns the result of the .. operator applied to self and other.
int8....
def (self, other)
Returns the result of the ... operator applied to self and other.
int8./
def (self, other)
Returns the result of the / operator applied to self and other.
int8.:=
def (self, other)
Returns the result of the := operator applied to self and other.
int8.<
def (self, other)
Returns the result of the < operator applied to self and other.
int8.<<
def (self, other)
Returns the result of the << operator applied to self and other.
int8.<=
def (self, other)
Returns the result of the <= operator applied to self and other.
int8.==
def (self, other)
Returns the result of the == operator applied to self and other.
int8.>
def (self, other)
Returns the result of the > operator applied to self and other.
int8.>=
def (self, other)
Returns the result of the >= operator applied to self and other.
int8.>>
def (self, other)
Returns the result of the >> operator applied to self and other.
int8.[]
def (self, index)
Returns the result of the [] operator applied to self with the given
index.
int8.[]=
def (self, index, value)
Returns the result of the []= operator applied to self with the given
index to set the element to value.
int8.^
def (self, other)
Returns the result of the ^ operator applied to self and other.
int8.d_ptr
null
Object data.
int8.g_lib
lib ('libmint-mint')
Global library handle.
int8.new
def (self, value = 0)
Creates a new integer initialized to value.
int8.toNumber
def (const self)
Returns the value of the object as a number.
int8.|
def (self, other)
Returns the result of the | operator applied to self and other.
int8.||
def (self, other)
Returns the result of the || operator applied to self and other.
int8.~
def (self)
Returns the result of the ~ operator applied to self.
uint16.!
def (self)
Returns the result of the ! operator applied to self.
uint16.!=
def (self, other)
Returns the result of the != operator applied to self and other.
uint16.%
def (self, other)
Returns the result of the % operator applied to self and other.
uint16.&
def (self, other)
Returns the result of the & operator applied to self and other.
uint16.&&
def (self, other)
Returns the result of the && operator applied to self and other.
uint16.()
def (self)
Returns the result of the () operator applied to self.
uint16.*
def (self, other)
Returns the result of the * operator applied to self and other.
uint16.**
def (self, other)
Returns the result of the ** operator applied to self and other.
uint16.+
def (self, other)
Returns the result of the + operator applied to self and other.
def (self)
Returns the result of the + operator applied to self.
uint16.++
def (self)
Returns the result of the ++ operator applied to self.
uint16.-
def (self, other)
Returns the result of the - operator applied to self and other.
uint16.--
def (self)
Returns the result of the -- operator applied to self.
uint16...
def (self, other)
Returns the result of the .. operator applied to self and other.
uint16....
def (self, other)
Returns the result of the ... operator applied to self and other.
uint16./
def (self, other)
Returns the result of the / operator applied to self and other.
uint16.:=
def (self, other)
Returns the result of the := operator applied to self and other.
uint16.<
def (self, other)
Returns the result of the < operator applied to self and other.
uint16.<<
def (self, other)
Returns the result of the << operator applied to self and other.
uint16.<=
def (self, other)
Returns the result of the <= operator applied to self and other.
uint16.==
def (self, other)
Returns the result of the == operator applied to self and other.
uint16.>
def (self, other)
Returns the result of the > operator applied to self and other.
uint16.>=
def (self, other)
Returns the result of the >= operator applied to self and other.
uint16.>>
def (self, other)
Returns the result of the >> operator applied to self and other.
uint16.[]
def (self, index)
Returns the result of the [] operator applied to self with the given
index.
uint16.[]=
def (self, index, value)
Returns the result of the []= operator applied to self with the given
index to set the element to value.
uint16.^
def (self, other)
Returns the result of the ^ operator applied to self and other.
uint16.d_ptr
null
Object data.
uint16.g_lib
lib ('libmint-mint')
Global library handle.
uint16.new
def (self, value = 0)
Creates a new integer initialized to value.
uint16.toNumber
def (const self)
Returns the value of the object as a number.
uint16.|
def (self, other)
Returns the result of the | operator applied to self and other.
uint16.||
def (self, other)
Returns the result of the || operator applied to self and other.
uint16.~
def (self)
Returns the result of the ~ operator applied to self.
uint32.!
def (self)
Returns the result of the ! operator applied to self.
uint32.!=
def (self, other)
Returns the result of the != operator applied to self and other.
uint32.%
def (self, other)
Returns the result of the % operator applied to self and other.
uint32.&
def (self, other)
Returns the result of the & operator applied to self and other.
uint32.&&
def (self, other)
Returns the result of the && operator applied to self and other.
uint32.()
def (self)
Returns the result of the () operator applied to self.
uint32.*
def (self, other)
Returns the result of the * operator applied to self and other.
uint32.**
def (self, other)
Returns the result of the ** operator applied to self and other.
uint32.+
def (self, other)
Returns the result of the + operator applied to self and other.
def (self)
Returns the result of the + operator applied to self.
uint32.++
def (self)
Returns the result of the ++ operator applied to self.
uint32.-
def (self, other)
Returns the result of the - operator applied to self and other.
uint32.--
def (self)
Returns the result of the -- operator applied to self.
uint32...
def (self, other)
Returns the result of the .. operator applied to self and other.
uint32....
def (self, other)
Returns the result of the ... operator applied to self and other.
uint32./
def (self, other)
Returns the result of the / operator applied to self and other.
uint32.:=
def (self, other)
Returns the result of the := operator applied to self and other.
uint32.<
def (self, other)
Returns the result of the < operator applied to self and other.
uint32.<<
def (self, other)
Returns the result of the << operator applied to self and other.
uint32.<=
def (self, other)
Returns the result of the <= operator applied to self and other.
uint32.==
def (self, other)
Returns the result of the == operator applied to self and other.
uint32.>
def (self, other)
Returns the result of the > operator applied to self and other.
uint32.>=
def (self, other)
Returns the result of the >= operator applied to self and other.
uint32.>>
def (self, other)
Returns the result of the >> operator applied to self and other.
uint32.[]
def (self, index)
Returns the result of the [] operator applied to self with the given
index.
uint32.[]=
def (self, index, value)
Returns the result of the []= operator applied to self with the given
index to set the element to value.
uint32.^
def (self, other)
Returns the result of the ^ operator applied to self and other.
uint32.d_ptr
null
Object data.
uint32.g_lib
lib ('libmint-mint')
Global library handle.
uint32.new
def (self, value = 0)
Creates a new integer initialized to value.
uint32.toNumber
def (const self)
Returns the value of the object as a number.
uint32.|
def (self, other)
Returns the result of the | operator applied to self and other.
uint32.||
def (self, other)
Returns the result of the || operator applied to self and other.
uint32.~
def (self)
Returns the result of the ~ operator applied to self.
uint64.!
def (self)
Returns the result of the ! operator applied to self.
uint64.!=
def (self, other)
Returns the result of the != operator applied to self and other.
uint64.%
def (self, other)
Returns the result of the % operator applied to self and other.
uint64.&
def (self, other)
Returns the result of the & operator applied to self and other.
uint64.&&
def (self, other)
Returns the result of the && operator applied to self and other.
uint64.()
def (self)
Returns the result of the () operator applied to self.
uint64.*
def (self, other)
Returns the result of the * operator applied to self and other.
uint64.**
def (self, other)
Returns the result of the ** operator applied to self and other.
uint64.+
def (self, other)
Returns the result of the + operator applied to self and other.
def (self)
Returns the result of the + operator applied to self.
uint64.++
def (self)
Returns the result of the ++ operator applied to self.
uint64.-
def (self, other)
Returns the result of the - operator applied to self and other.
uint64.--
def (self)
Returns the result of the -- operator applied to self.
uint64...
def (self, other)
Returns the result of the .. operator applied to self and other.
uint64....
def (self, other)
Returns the result of the ... operator applied to self and other.
uint64./
def (self, other)
Returns the result of the / operator applied to self and other.
uint64.:=
def (self, other)
Returns the result of the := operator applied to self and other.
uint64.<
def (self, other)
Returns the result of the < operator applied to self and other.
uint64.<<
def (self, other)
Returns the result of the << operator applied to self and other.
uint64.<=
def (self, other)
Returns the result of the <= operator applied to self and other.
uint64.==
def (self, other)
Returns the result of the == operator applied to self and other.
uint64.>
def (self, other)
Returns the result of the > operator applied to self and other.
uint64.>=
def (self, other)
Returns the result of the >= operator applied to self and other.
uint64.>>
def (self, other)
Returns the result of the >> operator applied to self and other.
uint64.[]
def (self, index)
Returns the result of the [] operator applied to self with the given
index.
uint64.[]=
def (self, index, value)
Returns the result of the []= operator applied to self with the given
index to set the element to value.
uint64.^
def (self, other)
Returns the result of the ^ operator applied to self and other.
uint64.d_ptr
null
Object data.
uint64.g_lib
lib ('libmint-mint')
Global library handle.
uint64.new
def (self, value = 0)
Creates a new integer initialized to value.
uint64.toNumber
def (const self)
Returns the value of the object as a number.
uint64.|
def (self, other)
Returns the result of the | operator applied to self and other.
uint64.||
def (self, other)
Returns the result of the || operator applied to self and other.
uint64.~
def (self)
Returns the result of the ~ operator applied to self.
uint8.!
def (self)
Returns the result of the ! operator applied to self.
uint8.!=
def (self, other)
Returns the result of the != operator applied to self and other.
uint8.%
def (self, other)
Returns the result of the % operator applied to self and other.
uint8.&
def (self, other)
Returns the result of the & operator applied to self and other.
uint8.&&
def (self, other)
Returns the result of the && operator applied to self and other.
uint8.()
def (self)
Returns the result of the () operator applied to self.
uint8.*
def (self, other)
Returns the result of the * operator applied to self and other.
uint8.**
def (self, other)
Returns the result of the ** operator applied to self and other.
uint8.+
def (self, other)
Returns the result of the + operator applied to self and other.
def (self)
Returns the result of the + operator applied to self.
uint8.++
def (self)
Returns the result of the ++ operator applied to self.
uint8.-
def (self, other)
Returns the result of the - operator applied to self and other.
uint8.--
def (self)
Returns the result of the -- operator applied to self.
uint8...
def (self, other)
Returns the result of the .. operator applied to self and other.
uint8....
def (self, other)
Returns the result of the ... operator applied to self and other.
uint8./
def (self, other)
Returns the result of the / operator applied to self and other.
uint8.:=
def (self, other)
Returns the result of the := operator applied to self and other.
uint8.<
def (self, other)
Returns the result of the < operator applied to self and other.
uint8.<<
def (self, other)
Returns the result of the << operator applied to self and other.
uint8.<=
def (self, other)
Returns the result of the <= operator applied to self and other.
uint8.==
def (self, other)
Returns the result of the == operator applied to self and other.
uint8.>
def (self, other)
Returns the result of the > operator applied to self and other.
uint8.>=
def (self, other)
Returns the result of the >= operator applied to self and other.
uint8.>>
def (self, other)
Returns the result of the >> operator applied to self and other.
uint8.[]
def (self, index)
Returns the result of the [] operator applied to self with the given
index.
uint8.[]=
def (self, index, value)
Returns the result of the []= operator applied to self with the given
index to set the element to value.
uint8.^
def (self, other)
Returns the result of the ^ operator applied to self and other.
uint8.d_ptr
null
Object data.
uint8.g_lib
lib ('libmint-mint')
Global library handle.
uint8.new
def (self, value = 0)
Creates a new integer initialized to value.
uint8.toNumber
def (const self)
Returns the value of the object as a number.
uint8.|
def (self, other)
Returns the result of the | operator applied to self and other.
uint8.||
def (self, other)
Returns the result of the || operator applied to self and other.
uint8.~
def (self)
Returns the result of the ~ operator applied to self.