package ocluster-api

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type struct_t = [
  1. | `ListClients_8d50536b48de2056
]
val has_clients : t -> bool
val clients_get : t -> (ro, string, array_t) Capnp.Array.t
val clients_get_list : t -> string list
val clients_get_array : t -> string array
val of_message : 'cap message_t -> t
val of_builder : struct_t builder_t -> t