- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["MemoryExtensions"]
class Type type-node
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
|