$38 GRAYBYTE WORDPRESS FILE MANAGER $43

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/usr/lib/golang/src/strings/

HOME
Current File : /usr/lib/golang/src/strings//clone.go
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package strings

import (
	"internal/stringslite"
)

// Clone returns a fresh copy of s.
// It guarantees to make a copy of s into a new allocation,
// which can be important when retaining only a small substring
// of a much larger string. Using Clone can help such programs
// use less memory. Of course, since using Clone makes a copy,
// overuse of Clone can make programs use more memory.
// Clone should typically be used only rarely, and only when
// profiling indicates that it is needed.
// For strings of length zero the string "" will be returned
// and no allocation is made.
func Clone(s string) string {
	return stringslite.Clone(s)
}

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
16 Dec 2025 9.30 PM
root / root
0755
builder.go
3.493 KB
4 Dec 2025 6.06 PM
root / root
0644
clone.go
0.79 KB
4 Dec 2025 6.06 PM
root / root
0644
compare.go
0.615 KB
4 Dec 2025 6.06 PM
root / root
0644
iter.go
3.438 KB
4 Dec 2025 6.06 PM
root / root
0644
reader.go
3.921 KB
4 Dec 2025 6.06 PM
root / root
0644
replace.go
14.526 KB
4 Dec 2025 6.06 PM
root / root
0644
search.go
4.128 KB
4 Dec 2025 6.06 PM
root / root
0644
strings.go
32.838 KB
4 Dec 2025 6.06 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF