Insert an element e into the set x.
use Set::Scalar;
$x = Set::Scalar->new; $e = 'an element'; $x->insert($e);
#include <set>
x.insert(e);
x.add(e);
x[e] = true
x[e] = struct{}{}
import java.util.Set;
x.add(e)
x := x + [e];
Include(x,e);
require 'set'
x << e
use std::collections::HashSet
No security, no password. Other people might choose the same nickname.