Declaration
func Insert(target List<object>, index int, value object)
go
Insert a new element at the specified index position in the list. The original elements at and after that index position will move one position backwards one by one
func Insert(target List<object>, index int, value object)
go