Set.put

Puts key into the set.

class Set(K)
bool
put
(
K key
)

Parameters

key K

key to put into set

Return Value

Type: bool

true if the key was already on the set, false otherwise

Meta