Table of Contents

Operator implicit operator

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

implicit operator ReadOnlySpan<byte>(MemoryBuffer)

Implicit convert to a ReadOnlySpan<T>

public static implicit operator ReadOnlySpan<byte>(MemoryBuffer buffer)

Parameters

buffer MemoryBuffer

Buffer to convert

Returns

ReadOnlySpan<byte>

Remarks

This is a simple wrapper around calling Slice(int, int) with default parameters