public readonly property isReadonly as Boolean:
Indicates whether the type is marked readonly.
print(Int.type.isReadonly)