Searched defs:tail (Results 1 – 2 of 2) sorted by relevance
719 public void AddTail(Symbol tail) in AddTail()
544 public static IEnumerable<T> Prepend<T>(this IEnumerable<T> tail, params T[] head) in Prepend()