= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package protocell
-
protocell.google
-
-
protocell.runtime
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type _ typ =
| String_t : Base.string typ
| Bytes_t : Base.string typ
| Int32_t : Base.int typ
| Int64_t : Base.int typ
| Sint32_t : Base.int typ
| Sint64_t : Base.int typ
| Uint32_t : Base.int typ
| Uint64_t : Base.int typ
| Fixed32_t : Base.int typ
| Fixed64_t : Base.int typ
| Sfixed32_t : Base.int typ
| Sfixed64_t : Base.int typ
| Float_t : Base.float typ
| Double_t : Base.float typ
| Bool_t : Base.bool typ
val typ_to_string : 'v typ -> Base.string
val default : 'v typ -> 'v
val create : 'v typ -> 'v -> ('v t, [> validation_error ]) Base.Result.t
val unpack : 'v t -> 'v