Function point

Source
pub fn point<T, U>(x: T, y: T) -> TypedPoint2D<T, U>
where T: Copy,