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
I often get tripped up by the fact that after #52FixedSizeVector{T} isn't a concrete type, it should be FixedSizeVector{T, Memory{T}}. Having an alias for the Memory-backed array would be nice.
The text was updated successfully, but these errors were encountered:
nsajko
changed the title
Quality of life: alias for FixedSizeArray{T, N, Memory{T}
Quality of life: alias for FixedSizeArray{T, N, Memory{T}}Oct 21, 2024
I often get tripped up by the fact that after #52
FixedSizeVector{T}
isn't a concrete type, it should beFixedSizeVector{T, Memory{T}}
. Having an alias for theMemory
-backed array would be nice.The text was updated successfully, but these errors were encountered: