# Structs
Builder will allow building of cpuset fields such as cpuset.cpus and cpuset.mems
Example:
cset := cpuset.Builder{}.
CPUSet represents the linux CPUSet which is a series of configurable values that allow processes to run on a specific CPUs and those CPUs are then bound to the memory nodes specified.