GDExtensionInterfacePackedByteArrayOperatorIndexFunction typedef

GDExtensionInterfacePackedByteArrayOperatorIndexFunction = Pointer<Uint8> Function(GDExtensionTypePtr p_self, GDExtensionInt p_index)

Implementation

typedef GDExtensionInterfacePackedByteArrayOperatorIndexFunction =
    ffi.Pointer<ffi.Uint8> Function(
      GDExtensionTypePtr p_self,
      GDExtensionInt p_index,
    );