Builder
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.strings
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
Builder()
init()
Sub New()
constructor (Builder)
constructor(value: Builder)
Builder(Builder value)
init(_ value: Builder)
Sub New(value As Builder)
Parameters:
- value:
Cap
method Cap: Int32
Int32 Cap()
func Cap() -> Int32
func Cap() Int32
Function Cap() As Int32
Grow
method Grow(i: Int32)
void Grow(Int32 i)
func Grow(_ i: Int32)
// .NET, .NET Standard 2.0
func Grow(i Int32)
// Island
func Grow(i Int32) void
Sub Grow(i As Int32)
Parameters:
- i:
Len
method Len: Int32
Int32 Len()
func Len() -> Int32
func Len() Int32
Function Len() As Int32
Reset
method Reset
void Reset()
func Reset()
// .NET, .NET Standard 2.0
func Reset()
// Island
func Reset() void
Sub Reset()
String
method String: String
String String()
func String() -> String
func String() String
Function String() As String
Write
method Write(p: Slice<Byte>): tuple of (Int64, error)
(Int64, error) Write(Slice<Byte> p)
func Write(_ p: Slice<Byte>) -> tuple of (Int64, error)
func Write(p Slice<Byte>) tuple of (Int64, error)
Function Write(p As Slice<Byte>) As Tuple (Of Int64, error)
Parameters:
- p:
WriteByte
method WriteByte(b: Byte)
void WriteByte(Byte b)
func WriteByte(_ b: Byte)
// .NET, .NET Standard 2.0
func WriteByte(b Byte)
// Island
func WriteByte(b Byte) void
Sub WriteByte(b As Byte)
Parameters:
- b:
WriteRune
method WriteRune(c: Char)
void WriteRune(Char c)
func WriteRune(_ c: Char)
// .NET, .NET Standard 2.0
func WriteRune(c Char)
// Island
func WriteRune(c Char) void
Sub WriteRune(c As Char)
Parameters:
- c:
WriteString
method WriteString(s: String)
void WriteString(String s)
func WriteString(_ s: String)
// .NET, .NET Standard 2.0
func WriteString(s String)
// Island
func WriteString(s String) void
Sub WriteString(s As String)
Parameters:
- s: