public static AstSeq ReadAsSeq(this AstSeq astSeq, int index) { return(astSeq.GetAtIndex(index).ReadAsSeq()); }
public static long ReadAsLong(this AstSeq astSeq, int index) { return(astSeq.GetAtIndex(index).ReadAsLong()); }
public static string ReadAsText(this AstSeq astSeq, int index) { return(astSeq.GetAtIndex(index).ReadAsText()); }
public static uint ReadAsUInt(this AstSeq astSeq, int index) { return(astSeq.GetAtIndex(index).ReadAsUInt()); }