Module agora.common.Set

Contains a simple Set implementation (wrapper around builtin hashmaps)

Functions

NameDescription
pickRandom(input, count) Return an array of unique elements from the input set in a randomly distributed order.

Structs

NameDescription
Set simplified Set() code with some convenience methods, could use a drop-in implementation later.