package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Seat.PositionSource

type t = {
  1. x : int32;
  2. y : int32;
}