Array<T extends NativeType, L extends List<int> > class
Thin wrapper arount a Pointer<T>
and its associated typed list L
- Implementers
Constructors
-
Array(int length,
L getView(Pointer< T> ,int ) ) -
Allocates Array of
length
.getView
returns the typed list ofPointer<T>
factory -
Array.fromList(L list,
L getView(Pointer< T> ,int ) ) -
factory
-
Array.fromPtr(Pointer<
T> ptr,L view ) -
const
Properties
-
ptr
→ Pointer<
T> -
Pointer to array
final
- view → L
-
View into array
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other ) → bool -
The equality operator. [...]
inherited