/// <summary> /// Returns an empty segment at offset zero /// </summary> /// <typeparam name="T"></typeparam> /// <param name="segment"></param> /// <returns>A slice at the start of the segment with Count zero.</returns> public static ICapture <T> Empty <T>(this ICapture <T> segment) => segment.Empty(0);