Function design_pattern_examples_rust::command::operation_reverse
source · fn operation_reverse(text: &mut CommandTextObject)
Expand description
An operation to reverse the characters in the given CommandTextObject.
Parameters
-
text
The CommandTextObject to affect.