You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
span-lite is not part of the API. It's just an implementation detail we don't really need. A pair with a pointer and its size is all we need as an implementation detail. This will make binaries smaller and avoid licensing issues.
Proposed solution
Directly store the pointer and the array size.
Alternatives I've considered
span and pointer/size pair.
The text was updated successfully, but these errors were encountered:
The problem
span-lite is not part of the API. It's just an implementation detail we don't really need. A pair with a pointer and its size is all we need as an implementation detail. This will make binaries smaller and avoid licensing issues.
Proposed solution
Directly store the pointer and the array size.
Alternatives I've considered
span and pointer/size pair.
The text was updated successfully, but these errors were encountered: