GDExtensionInterfacePackedInt64ArrayOperatorIndexConstFunction typedef

GDExtensionInterfacePackedInt64ArrayOperatorIndexConstFunction = Pointer<Int64> Function(GDExtensionConstTypePtr p_self, GDExtensionInt p_index)

Implementation

typedef GDExtensionInterfacePackedInt64ArrayOperatorIndexConstFunction =
    ffi.Pointer<ffi.Int64> Function(
      GDExtensionConstTypePtr p_self,
      GDExtensionInt p_index,
    );