@rational.T only has immutable field, change to `pub` is **safe**, only construct @rational.T is **unsafe** ```moonbit pub struct T { numerator : Int64 denominator : Int64 } ```
@rational.T only has immutable field, change to
pubis safe, only construct @rational.T is unsafe