在mORMot的SynCommons.pas中,有以下代码片段:
type .... TTimeLog = type Int64; ^^^^
第二个type关键字的目的是什么(在前面Int64)?
type
Int64
delphi
delphi ×1