I need to take an array of userinputs, address[] in a function, and set them all to true in a mapping, mapping(address => bool) public whitelist; Anyone have an example on how to do that ?