package rune

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

Module Shape_expr.VarSource

Sourcetype t = {
  1. id : int;
  2. name : string;
  3. min : int;
  4. max : int;
}
Sourceval create : id:int -> name:string -> min:int -> max:int -> t
Sourceval id : t -> int
Sourceval name : t -> string
Sourceval min : t -> int
Sourceval max : t -> int