Ocaml_protoc_compiler_lib.Pb_optionSourceProtobuf File/Message/Field options
Protobuf constant
As defined in: Protobuf Language Spec.
and value = | Scalar_value of constant| Message_literal of message_literal| List_literal of list_literalOption identifier
Collection of options
Can be used for field/message or file options
merge s1 s2 adds all the options from s2 to s1. This means than in case of duplicates s2 options will override s1 options.