示例#1
0
文件: imp.go 项目: CaptainSoOmA/Uni
func (x *Imp) Set(d *day.Imp, t *clk.Imp) {
	//
	x.day = d.Clone().(*day.Imp)
	x.time = t.Clone().(*clk.Imp)
}