Skip to content

Add ByReference{T} Implementation #33

Description

@ENikS

By Reference

ByReference<T> is a little internal gem that Core uses to power Span<T>

Problem

The type is internal and heavily guarded by the runtime team (do search on the subject). The argument behind keeping it out of reach for children is that it is too dangerous and brings more harm than good.

Solution

I disagree, and looks like I am not alone. A couple of nice gentlemen in different parts of the world came up with a brilliant way to liberate that little peace of code! I am using their genius idea here to bring speed of Span<> to IoC world.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions