ValueLexicon.add

Add the given value to the lexicon if it is not already present, and return its integer id. Ids are assigned sequentially starting from zero.

class ValueLexicon(T)
uint
add
(
in T value
)

Meta