Alias SmallVector

Alias to Vector with with N > 0

alias SmallVector(_Type, ulong N, _Allocator, bool _supportGC = shouldAddGCRange!_Type) = Vector!(_Type,N,_Allocator,_supportGC);