agl-processor
/
net.akehurst.language.collections
/
LazyArray
common
Lazy
Array
class
LazyArray
<
T
>(size:
Int
, accessor: (
Int
) ->
T
)
Content copied to clipboard
Functions
Properties
Functions
get
Link copied to clipboard
common
operator fun
get
(index:
Int
):
T
Content copied to clipboard
Properties
accessor
Link copied to clipboard
common
val
accessor
: (
Int
) ->
T
Content copied to clipboard
arr
Link copied to clipboard
common
val
arr
:
Array
<
T
?>
Content copied to clipboard