Skip to content

Conversation

@Windows10CE
Copy link

@Windows10CE Windows10CE commented Aug 25, 2025

https://gist.github.com/DaZombieKiller/ef6ce274675c276f8e0d18f23fa6ef24

  • System.Buffers.{,ReadOnly}SpanAction<T, in TArg>
  • System.Char IsBetween and IsAsciiX
  • System.Collections.Generic.CollectionExtensions
    • AddRange/InsertRange/CopyTo Spans
    • AsReadonly
  • System.ISpanFormattable
  • System.Linq.Enumerable.Reverse(T[])
  • System.MemoryExtensions.TryWrite
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler (uncomment ISpanFormattable stuff)
  • System.Runtime.CompilerServices.RuntimeHelpers
    • IsReferenceOrContainsReferences
    • GetUninitializedObject
    • TryEnsureSufficientExecutionStack
    • GetSubArray
  • System.Runtime.InteropServices.CollectionsMarshal
    • AsSpan/SetCount
    • GetValueRefOrNullRef/GetValueRefOrAddDefault
  • System.Runtime.InteropServices.Marshal.InitHandle
  • System.Runtime.InteropServices.MemoryMarshal
    • GetArrayDataReference
    • CreateReadOnlySpanFromNullTerminated
    • AsRef
  • System.String
    • Create
    • (Try)CopyTo
    • ReplaceLineEndings
    • Concat Span overloads
    • Format overloads
  • System.Text.CompositeFormat
  • System.Text.StringBuilder
    • GetChunks
    • Append(Line) interpolated string handler overloads
    • AppendJoin
    • AppendFormat

@nike4613 nike4613 force-pushed the master branch 2 times, most recently from a1b43f5 to 7ec40c0 Compare November 9, 2025 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant