Milky2018/chicle/geometry does not have a README file
pub(all) enum AvailableSpace {
AvailDefinite(Double)
AvailMinContent
AvailMaxContent
}pub(all) struct Line[T] {
start : T
end : T
}pub(all) struct Point[T] {
x : T
y : T
}pub(all) struct Rect[T] {
left : T
right : T
top : T
bottom : T
}pub(all) struct Size[T] {
width : T
height : T
}A UI layout engine for MoonBit
Dependencies