Skip to content

0.0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@jtomasevic jtomasevic released this 25 Jul 00:32
· 35 commits to main since this release
40d61a3

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.