Methods

.=ΒΆ

.=(obj:NormalTypeInstance, attr:Str, v:Any)

Set Normal type (a type that is typically defined by user) instance attribute. Throws AttrNotFound.

Returns

Any

Example

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