ArrayView<T extends NativeType> class
ArrayView is a non-owning view into allocated memory, meaning delete doesn't do anything.
Constructors
Properties
Methods
-
delete(
) → void -
Frees ptr with ffi.free.
override
-
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 arr ) → bool -
The equality operator. [...]
inherited