Skip to content

Rename ResultStep::extract to take

Maik Nijhuis requested to merge rename-extract-to-take into master

In a discussion in !986 (merged) we concluded that the term 'take' is a more common term than 'extract', for indicating taking data from an object using move semantics. This MR therefore renames ResultStep::extract() to take().

Merge request reports