Alias ForwardList

Alias to List with parameter _bidirectional = true (single linked list)

alias ForwardList(_Type, _Allocator, bool _supportGC = shouldAddGCRange!_Type) = List!(_Type,_Allocator,_supportGC,false);