toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
abi
/
com.example.abi.model
/
FixedArray
Fixed
Array
class
FixedArray
<
T
:
Type
<
*
>
>
(
size
:
Int
,
values
:
List
<
T
>
)
:
StaticArray
<
T
>
Members
Constructors
Fixed
Array
Link copied to clipboard
constructor
(
size
:
Int
,
vararg
values
:
T
)
constructor
(
size
:
Int
,
values
:
List
<
T
>
)
Functions
bytes32Padded
Length
Link copied to clipboard
open
override
fun
bytes32PaddedLength
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Component
Type
Link copied to clipboard
open
fun
getComponentType
(
)
:
Class
<
T
>
get
Native
Value
Copy
Link copied to clipboard
open
fun
getNativeValueCopy
(
)
:
MutableList
<
Any
>
get
Type
As
String
Link copied to clipboard
open
override
fun
getTypeAsString
(
)
:
String
get
Value
Link copied to clipboard
open
override
fun
getValue
(
)
:
MutableList
<
T
>
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int