slice_go18.go 319 B

12345678910111213
  1. // Copyright 2017 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. //go:build go1.8 && !go1.13
  5. // +build go1.8,!go1.13
  6. package sort
  7. import "reflect"
  8. var reflectValueOf = reflect.ValueOf
  9. var reflectSwapper = reflect.Swapper