makeLongInt function

Int64 makeLongInt(
  1. int n
)

Implementation

Int64 makeLongInt(int n) => Int64(n);