Builder.add

Adds a key -> value pair to the builder's map.

struct Builder
ref
add
(
KeyType k
,
ValueType v
)

Parameters

k KeyType

The key.

v ValueType

The value associated with the key.

Return Value

Type: Builder

A reference to the builder, for method chaining.