Consider a set $X$ which contains strings of $n$ bits. Each string starts with zero and it is non-zero string. For example n=3
$$ 001\\ 010\\ 011 $$ and for $n=4$
$$ 0 0 0 1\\ 0 0 1 0\\ 0 1 0 0\\ 0 0 1 1\\ 0 1 0 1\\ 0 1 1 0\\ 0 1 1 1 $$
Is there a proper name for this? especially in boolean functions i.e. constant or dictator functions. Also, is there a general name when the domain is not binary i.e., $\{0,1,..z\}$ ?