0.0.5
Pre-release
Pre-release
Implement AddOrReplace on List struct.
AddOrReplace element in the list under some condition. Applies only to first element found under this condition.
- Try to find element that satisfied condition in function provided as argument to this function call
- If found replace with new provided element.