Method GetMaskBitsSpan
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
GetMaskBitsSpan()
Get bits mask span (获取位集掩码的跨度). Tip: You can use As<TFrom, TTo>(ref TFrom) convert its item to Vector128<T> type (提示: 可以用 As<TFrom, TTo>(ref TFrom) 将其中条目转为 Vector128<T> 类型).
public static ReadOnlySpan<Vector128<byte>> GetMaskBitsSpan()
Returns
- ReadOnlySpan<Vector128<byte>>
Returns bits mask span (返回位集掩码的跨度).