DoxigAlpha

SentinelSlice

Source

Implementation

#
pub fn SentinelSlice(comptime s: T) type {
    return if (alignment) |a| ([:s]align(a.toByteUnits()) T) else [:s]T;
}