"The identity function that always returns its argument." shared Value identity<Value>(Value argument) => argument; "A `void` function that does nothing." shared void noop(Anything* arguments) {}