list function

List list(
  1. List a
)

Implementation

List list(List a) {
    return a;
}