identity function

DateTime identity(
  1. DateTime x
)

Implementation

DateTime identity(DateTime x) => x;