func unsafe.Slice

5 uses

	unsafe (current package)
		unsafe.go#L233: func Slice(ptr *ArbitraryType, len IntegerType) []ArbitraryType

	golang.org/x/sys/unix
		syscall.go#L83: 	return string(unsafe.Slice(p, n))
		syscall_linux.go#L2271: 	return unsafe.Slice((*byte)(unsafe.Pointer(uintptr(unsafe.Pointer(&fh.fileHandle.Type))+4)), n)
		syscall_unix.go#L118: 	b := unsafe.Slice((*byte)(unsafe.Pointer(addr)), length)
		sysvshm_unix.go#L33: 	b := unsafe.Slice((*byte)(unsafe.Pointer(addr)), int(info.Segsz))