- Namespace
- Statiq
.Common - Base Types
-
- object
Syntax
public static class MemoryExtensions
Methods
| Name | Return Value | Summary |
|---|---|---|
| Append |
Memory |
static
|
| Remove |
Memory |
Removes characters from a character span by copying over them and returning a slice.
This is destructive and the original span should no longer be used.
static
|
| Replace |
bool |
static
|
| Replace |
bool |
static
|
| SequenceEqual |
bool |
static
|
| StartsWith |
bool |
static
|
| StartsWith |
bool |
static
|
| ToStrings |
IEnumerable |
static
|