accept property

Pointer<NativeFunction<Void Function(Pointer<llama_sampler> smpl, llama_token token)>> accept
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        ffi.Void Function(
            ffi.Pointer<llama_sampler> smpl, llama_token token)>> accept;