Open findepi opened 20 hours ago
none
For convenience and API compatibility with Buffer.
NullBuffer::from(array)
Buffer::from(array)
yes, new NullBuffer::from variant
NullBuffer::from
Which issue does this PR close?
none
Rationale for this change
For convenience and API compatibility with Buffer.
What changes are included in this PR?
NullBuffer::from(array)
Buffer::from(array)
where it results in shorter codeAre there any user-facing changes?
yes, new
NullBuffer::from
variant