package sihl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Repository.MetaSource

Repositories can return meta data containing information like total rows affected. This can be useful for pagination.

Sourcetype t = {
  1. total : int;
}
Sourceval total : t -> int
Sourcemodule Fields : sig ... end
Sourceval make : total:int -> t
OCaml

Innovation. Community. Security.