public static void AddRange<T>( this Stack<T> target, IEnumerable<T> items, bool onlyUniqueValues = true )
Copyright (c) 2018 - GNU General Public License v3.0