Methods

.ΒΆ

.(obj:NormalTypeInstance, attr:Str)

Get NormalType (a type that is typically defined by user) instance attribute. Throws AttrNotFound.

Returns

Any

Example

type T; t=T(); t.x=1; t.x  # 1