map_in_place
Description:
Calls the provided function once for each field in the Structure.
In contrast to @foreach, the function may modify but not delete the fields. The structure must be mutable.
Parameters:
this | |
func |
a function to call for each field |
user_data |
private data |
Returns:
|