public static SpanI FromSpanF(SpanF _s) { SpanAPI.spanCheck(_s); return(new SpanI((int)_s.From, (int)_s.To)); }