### YamlMime:ManagedReference items: - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32 commentId: T:Misaki.HighPerformance.LowLevel.Collections.FixedText32 id: FixedText32 parent: Misaki.HighPerformance.LowLevel.Collections children: - Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.Byte*,System.UInt16) - Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.Char*,System.UInt16) - Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.ReadOnlySpan{System.Byte}) - Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.ReadOnlySpan{System.Char}) - Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.String) - Misaki.HighPerformance.LowLevel.Collections.FixedText32.AsSpan - Misaki.HighPerformance.LowLevel.Collections.FixedText32.GetUnsafePtr - Misaki.HighPerformance.LowLevel.Collections.FixedText32.Length - Misaki.HighPerformance.LowLevel.Collections.FixedText32.MAX_LENGTH - Misaki.HighPerformance.LowLevel.Collections.FixedText32.ToString - Misaki.HighPerformance.LowLevel.Collections.FixedText32.Value langs: - csharp - vb name: FixedText32 nameWithType: FixedText32 fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32 type: Struct source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: FixedText32 path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs startLine: 12 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections summary: Represents a stack allocated fixed-size UTF-8 encoded string of length 32 bytes. remarks: This struct is designed to hold data on the stack. Every copy of this struct causes a copy of the underlying data. example: [] syntax: content: public struct FixedText32 content.vb: Public Structure FixedText32 inheritedMembers: - System.ValueType.Equals(System.Object) - System.ValueType.GetHashCode - System.Object.Equals(System.Object,System.Object) - System.Object.GetType - System.Object.ReferenceEquals(System.Object,System.Object) - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.MAX_LENGTH commentId: F:Misaki.HighPerformance.LowLevel.Collections.FixedText32.MAX_LENGTH id: MAX_LENGTH parent: Misaki.HighPerformance.LowLevel.Collections.FixedText32 langs: - csharp - vb name: MAX_LENGTH nameWithType: FixedText32.MAX_LENGTH fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.MAX_LENGTH type: Field source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: MAX_LENGTH path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs startLine: 15 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public const int MAX_LENGTH = 30 return: type: System.Int32 content.vb: Public Const MAX_LENGTH As Integer = 30 - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.Length commentId: P:Misaki.HighPerformance.LowLevel.Collections.FixedText32.Length id: Length parent: Misaki.HighPerformance.LowLevel.Collections.FixedText32 langs: - csharp - vb name: Length nameWithType: FixedText32.Length fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.Length type: Property source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: Length path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs startLine: 20 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public readonly ushort Length { get; } parameters: [] return: type: System.UInt16 content.vb: Public ReadOnly Property Length As UShort overload: Misaki.HighPerformance.LowLevel.Collections.FixedText32.Length* - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.Value commentId: P:Misaki.HighPerformance.LowLevel.Collections.FixedText32.Value id: Value parent: Misaki.HighPerformance.LowLevel.Collections.FixedText32 langs: - csharp - vb name: Value nameWithType: FixedText32.Value fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.Value type: Property source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: Value path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs startLine: 21 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public string Value { get; set; } parameters: [] return: type: System.String content.vb: Public Property Value As String overload: Misaki.HighPerformance.LowLevel.Collections.FixedText32.Value* - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.ReadOnlySpan{System.Char}) commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.ReadOnlySpan{System.Char}) id: '#ctor(System.ReadOnlySpan{System.Char})' parent: Misaki.HighPerformance.LowLevel.Collections.FixedText32 langs: - csharp - vb name: FixedText32(ReadOnlySpan) nameWithType: FixedText32.FixedText32(ReadOnlySpan) fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.FixedText32(System.ReadOnlySpan) type: Constructor source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: .ctor path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs startLine: 51 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public FixedText32(ReadOnlySpan input) parameters: - id: input type: System.ReadOnlySpan{System.Char} content.vb: Public Sub New(input As ReadOnlySpan(Of Char)) overload: Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor* nameWithType.vb: FixedText32.New(ReadOnlySpan(Of Char)) fullName.vb: Misaki.HighPerformance.LowLevel.Collections.FixedText32.New(System.ReadOnlySpan(Of Char)) name.vb: New(ReadOnlySpan(Of Char)) - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.String) commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.String) id: '#ctor(System.String)' parent: Misaki.HighPerformance.LowLevel.Collections.FixedText32 langs: - csharp - vb name: FixedText32(string) nameWithType: FixedText32.FixedText32(string) fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.FixedText32(string) type: Constructor source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: .ctor path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs startLine: 67 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public FixedText32(string input) parameters: - id: input type: System.String content.vb: Public Sub New(input As String) overload: Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor* nameWithType.vb: FixedText32.New(String) fullName.vb: Misaki.HighPerformance.LowLevel.Collections.FixedText32.New(String) name.vb: New(String) - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.Char*,System.UInt16) commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.Char*,System.UInt16) id: '#ctor(System.Char*,System.UInt16)' parent: Misaki.HighPerformance.LowLevel.Collections.FixedText32 langs: - csharp - vb name: FixedText32(char*, ushort) nameWithType: FixedText32.FixedText32(char*, ushort) fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.FixedText32(char*, ushort) type: Constructor source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: .ctor path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs startLine: 72 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public FixedText32(char* input, ushort length) parameters: - id: input type: System.Char* - id: length type: System.UInt16 content.vb: Public Sub New(input As Char*, length As UShort) overload: Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor* nameWithType.vb: FixedText32.New(Char*, UShort) fullName.vb: Misaki.HighPerformance.LowLevel.Collections.FixedText32.New(Char*, UShort) name.vb: New(Char*, UShort) - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.ReadOnlySpan{System.Byte}) commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.ReadOnlySpan{System.Byte}) id: '#ctor(System.ReadOnlySpan{System.Byte})' parent: Misaki.HighPerformance.LowLevel.Collections.FixedText32 langs: - csharp - vb name: FixedText32(ReadOnlySpan) nameWithType: FixedText32.FixedText32(ReadOnlySpan) fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.FixedText32(System.ReadOnlySpan) type: Constructor source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: .ctor path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs startLine: 77 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public FixedText32(ReadOnlySpan input) parameters: - id: input type: System.ReadOnlySpan{System.Byte} content.vb: Public Sub New(input As ReadOnlySpan(Of Byte)) overload: Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor* nameWithType.vb: FixedText32.New(ReadOnlySpan(Of Byte)) fullName.vb: Misaki.HighPerformance.LowLevel.Collections.FixedText32.New(System.ReadOnlySpan(Of Byte)) name.vb: New(ReadOnlySpan(Of Byte)) - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.Byte*,System.UInt16) commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor(System.Byte*,System.UInt16) id: '#ctor(System.Byte*,System.UInt16)' parent: Misaki.HighPerformance.LowLevel.Collections.FixedText32 langs: - csharp - vb name: FixedText32(byte*, ushort) nameWithType: FixedText32.FixedText32(byte*, ushort) fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.FixedText32(byte*, ushort) type: Constructor source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: .ctor path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs startLine: 93 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public FixedText32(byte* input, ushort length) parameters: - id: input type: System.Byte* - id: length type: System.UInt16 content.vb: Public Sub New(input As Byte*, length As UShort) overload: Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor* nameWithType.vb: FixedText32.New(Byte*, UShort) fullName.vb: Misaki.HighPerformance.LowLevel.Collections.FixedText32.New(Byte*, UShort) name.vb: New(Byte*, UShort) - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.AsSpan commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText32.AsSpan id: AsSpan parent: Misaki.HighPerformance.LowLevel.Collections.FixedText32 langs: - csharp - vb name: AsSpan() nameWithType: FixedText32.AsSpan() fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.AsSpan() type: Method source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: AsSpan path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs startLine: 98 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public Span AsSpan() return: type: System.Span{System.Byte} content.vb: Public Function AsSpan() As Span(Of Byte) overload: Misaki.HighPerformance.LowLevel.Collections.FixedText32.AsSpan* - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.GetUnsafePtr commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText32.GetUnsafePtr id: GetUnsafePtr parent: Misaki.HighPerformance.LowLevel.Collections.FixedText32 langs: - csharp - vb name: GetUnsafePtr() nameWithType: FixedText32.GetUnsafePtr() fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.GetUnsafePtr() type: Method source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: GetUnsafePtr path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs startLine: 107 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public readonly byte* GetUnsafePtr() return: type: System.Byte* content.vb: Public Function GetUnsafePtr() As Byte* overload: Misaki.HighPerformance.LowLevel.Collections.FixedText32.GetUnsafePtr* - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.ToString commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText32.ToString id: ToString parent: Misaki.HighPerformance.LowLevel.Collections.FixedText32 langs: - csharp - vb name: ToString() nameWithType: FixedText32.ToString() fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.ToString() type: Method source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: ToString path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs startLine: 113 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections summary: Returns the fully qualified type name of this instance. example: [] syntax: content: public override string ToString() return: type: System.String description: The fully qualified type name. content.vb: Public Overrides Function ToString() As String overridden: System.ValueType.ToString overload: Misaki.HighPerformance.LowLevel.Collections.FixedText32.ToString* references: - uid: Misaki.HighPerformance.LowLevel.Collections commentId: N:Misaki.HighPerformance.LowLevel.Collections href: Misaki.html name: Misaki.HighPerformance.LowLevel.Collections nameWithType: Misaki.HighPerformance.LowLevel.Collections fullName: Misaki.HighPerformance.LowLevel.Collections spec.csharp: - uid: Misaki name: Misaki href: Misaki.html - name: . - uid: Misaki.HighPerformance name: HighPerformance href: Misaki.HighPerformance.html - name: . - uid: Misaki.HighPerformance.LowLevel name: LowLevel href: Misaki.HighPerformance.LowLevel.html - name: . - uid: Misaki.HighPerformance.LowLevel.Collections name: Collections href: Misaki.HighPerformance.LowLevel.Collections.html spec.vb: - uid: Misaki name: Misaki href: Misaki.html - name: . - uid: Misaki.HighPerformance name: HighPerformance href: Misaki.HighPerformance.html - name: . - uid: Misaki.HighPerformance.LowLevel name: LowLevel href: Misaki.HighPerformance.LowLevel.html - name: . - uid: Misaki.HighPerformance.LowLevel.Collections name: Collections href: Misaki.HighPerformance.LowLevel.Collections.html - uid: System.ValueType.Equals(System.Object) commentId: M:System.ValueType.Equals(System.Object) parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals name: Equals(object) nameWithType: ValueType.Equals(object) fullName: System.ValueType.Equals(object) nameWithType.vb: ValueType.Equals(Object) fullName.vb: System.ValueType.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.ValueType.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.ValueType.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.ValueType.GetHashCode commentId: M:System.ValueType.GetHashCode parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode name: GetHashCode() nameWithType: ValueType.GetHashCode() fullName: System.ValueType.GetHashCode() spec.csharp: - uid: System.ValueType.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode - name: ( - name: ) spec.vb: - uid: System.ValueType.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode - name: ( - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.ValueType commentId: T:System.ValueType parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype name: ValueType nameWithType: ValueType fullName: System.ValueType - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int nameWithType: int fullName: int nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.Length* commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.FixedText32.Length href: Misaki.HighPerformance.LowLevel.Collections.FixedText32.html#Misaki_HighPerformance_LowLevel_Collections_FixedText32_Length name: Length nameWithType: FixedText32.Length fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.Length - uid: System.UInt16 commentId: T:System.UInt16 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.uint16 name: ushort nameWithType: ushort fullName: ushort nameWithType.vb: UShort fullName.vb: UShort name.vb: UShort - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.Value* commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.FixedText32.Value href: Misaki.HighPerformance.LowLevel.Collections.FixedText32.html#Misaki_HighPerformance_LowLevel_Collections_FixedText32_Value name: Value nameWithType: FixedText32.Value fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.Value - uid: System.String commentId: T:System.String parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: string nameWithType: string fullName: string nameWithType.vb: String fullName.vb: String name.vb: String - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor* commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.FixedText32.#ctor href: Misaki.HighPerformance.LowLevel.Collections.FixedText32.html#Misaki_HighPerformance_LowLevel_Collections_FixedText32__ctor_System_ReadOnlySpan_System_Char__ name: FixedText32 nameWithType: FixedText32.FixedText32 fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.FixedText32 nameWithType.vb: FixedText32.New fullName.vb: Misaki.HighPerformance.LowLevel.Collections.FixedText32.New name.vb: New - uid: System.ReadOnlySpan{System.Char} commentId: T:System.ReadOnlySpan{System.Char} parent: System definition: System.ReadOnlySpan`1 href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 name: ReadOnlySpan nameWithType: ReadOnlySpan fullName: System.ReadOnlySpan nameWithType.vb: ReadOnlySpan(Of Char) fullName.vb: System.ReadOnlySpan(Of Char) name.vb: ReadOnlySpan(Of Char) spec.csharp: - uid: System.ReadOnlySpan`1 name: ReadOnlySpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 - name: < - uid: System.Char name: char isExternal: true href: https://learn.microsoft.com/dotnet/api/system.char - name: '>' spec.vb: - uid: System.ReadOnlySpan`1 name: ReadOnlySpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 - name: ( - name: Of - name: " " - uid: System.Char name: Char isExternal: true href: https://learn.microsoft.com/dotnet/api/system.char - name: ) - uid: System.ReadOnlySpan`1 commentId: T:System.ReadOnlySpan`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 name: ReadOnlySpan nameWithType: ReadOnlySpan fullName: System.ReadOnlySpan nameWithType.vb: ReadOnlySpan(Of T) fullName.vb: System.ReadOnlySpan(Of T) name.vb: ReadOnlySpan(Of T) spec.csharp: - uid: System.ReadOnlySpan`1 name: ReadOnlySpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 - name: < - name: T - name: '>' spec.vb: - uid: System.ReadOnlySpan`1 name: ReadOnlySpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System.Char* isExternal: true href: https://learn.microsoft.com/dotnet/api/system.char name: char* nameWithType: char* fullName: char* nameWithType.vb: Char* fullName.vb: Char* name.vb: Char* spec.csharp: - uid: System.Char name: char isExternal: true href: https://learn.microsoft.com/dotnet/api/system.char - name: '*' spec.vb: - uid: System.Char name: Char isExternal: true href: https://learn.microsoft.com/dotnet/api/system.char - name: '*' - uid: System.ReadOnlySpan{System.Byte} commentId: T:System.ReadOnlySpan{System.Byte} parent: System definition: System.ReadOnlySpan`1 href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 name: ReadOnlySpan nameWithType: ReadOnlySpan fullName: System.ReadOnlySpan nameWithType.vb: ReadOnlySpan(Of Byte) fullName.vb: System.ReadOnlySpan(Of Byte) name.vb: ReadOnlySpan(Of Byte) spec.csharp: - uid: System.ReadOnlySpan`1 name: ReadOnlySpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 - name: < - uid: System.Byte name: byte isExternal: true href: https://learn.microsoft.com/dotnet/api/system.byte - name: '>' spec.vb: - uid: System.ReadOnlySpan`1 name: ReadOnlySpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 - name: ( - name: Of - name: " " - uid: System.Byte name: Byte isExternal: true href: https://learn.microsoft.com/dotnet/api/system.byte - name: ) - uid: System.Byte* isExternal: true href: https://learn.microsoft.com/dotnet/api/system.byte name: byte* nameWithType: byte* fullName: byte* nameWithType.vb: Byte* fullName.vb: Byte* name.vb: Byte* spec.csharp: - uid: System.Byte name: byte isExternal: true href: https://learn.microsoft.com/dotnet/api/system.byte - name: '*' spec.vb: - uid: System.Byte name: Byte isExternal: true href: https://learn.microsoft.com/dotnet/api/system.byte - name: '*' - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.AsSpan* commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.FixedText32.AsSpan href: Misaki.HighPerformance.LowLevel.Collections.FixedText32.html#Misaki_HighPerformance_LowLevel_Collections_FixedText32_AsSpan name: AsSpan nameWithType: FixedText32.AsSpan fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.AsSpan - uid: System.Span{System.Byte} commentId: T:System.Span{System.Byte} parent: System definition: System.Span`1 href: https://learn.microsoft.com/dotnet/api/system.span-1 name: Span nameWithType: Span fullName: System.Span nameWithType.vb: Span(Of Byte) fullName.vb: System.Span(Of Byte) name.vb: Span(Of Byte) spec.csharp: - uid: System.Span`1 name: Span isExternal: true href: https://learn.microsoft.com/dotnet/api/system.span-1 - name: < - uid: System.Byte name: byte isExternal: true href: https://learn.microsoft.com/dotnet/api/system.byte - name: '>' spec.vb: - uid: System.Span`1 name: Span isExternal: true href: https://learn.microsoft.com/dotnet/api/system.span-1 - name: ( - name: Of - name: " " - uid: System.Byte name: Byte isExternal: true href: https://learn.microsoft.com/dotnet/api/system.byte - name: ) - uid: System.Span`1 commentId: T:System.Span`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.span-1 name: Span nameWithType: Span fullName: System.Span nameWithType.vb: Span(Of T) fullName.vb: System.Span(Of T) name.vb: Span(Of T) spec.csharp: - uid: System.Span`1 name: Span isExternal: true href: https://learn.microsoft.com/dotnet/api/system.span-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Span`1 name: Span isExternal: true href: https://learn.microsoft.com/dotnet/api/system.span-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.GetUnsafePtr* commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.FixedText32.GetUnsafePtr href: Misaki.HighPerformance.LowLevel.Collections.FixedText32.html#Misaki_HighPerformance_LowLevel_Collections_FixedText32_GetUnsafePtr name: GetUnsafePtr nameWithType: FixedText32.GetUnsafePtr fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.GetUnsafePtr - uid: System.ValueType.ToString commentId: M:System.ValueType.ToString parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring name: ToString() nameWithType: ValueType.ToString() fullName: System.ValueType.ToString() spec.csharp: - uid: System.ValueType.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring - name: ( - name: ) spec.vb: - uid: System.ValueType.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring - name: ( - name: ) - uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32.ToString* commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.FixedText32.ToString href: Misaki.HighPerformance.LowLevel.Collections.FixedText32.html#Misaki_HighPerformance_LowLevel_Collections_FixedText32_ToString name: ToString nameWithType: FixedText32.ToString fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32.ToString