package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val varargs : args_type:'a Type.t -> return_type:'b Type.t -> ('a list -> 'b Async.Deferred.Or_error.t, 'a list) t

Supports the rare case of interoperating with a Vimscript function that takes a callback that takes a variable number of arguments.