hashFunction property

Implementation

ffi.Pointer<
        ffi.NativeFunction<
            ffi.UnsignedLong Function(
                ffi.Pointer<ffi.Void>,
                ffi.Pointer<
                    ffi.NativeFunction<
                        ffi.UnsignedLong Function(ffi.Pointer<ffi.Void>)>>)>>
    get hashFunction {
  return _lib._objc_msgSend_906(_id, _lib._sel_hashFunction1);
}
set hashFunction (Pointer<NativeFunction<UnsignedLong Function(Pointer<Void>, Pointer<NativeFunction<UnsignedLong Function(Pointer<Void>)>>)>> value)

Implementation

set hashFunction(
    ffi.Pointer<
            ffi.NativeFunction<
                ffi.UnsignedLong Function(
                    ffi.Pointer<ffi.Void>,
                    ffi.Pointer<
                        ffi.NativeFunction<
                            ffi.UnsignedLong Function(
                                ffi.Pointer<ffi.Void>)>>)>>
        value) {
  return _lib._objc_msgSend_907(_id, _lib._sel_setHashFunction_1, value);
}