Array<T extends NativeType> class
Represents a Pointer and its length.
- Implementers
- Available Extensions
Constructors
-
Array(dynamic length,
[Pointer< T> allocate({int count}) = ffi.allocate] ) -
Array.fromPtr(Pointer<
T> ptr,dynamic length )
Properties
Methods
-
delete(
) → void - Frees ptr with ffi.free.
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
dynamic arr ) → bool -
The equality operator. [...]
override