Methods

initΒΆ

init(h:Hash)

Trivial initialization helper for init(o, ...) Sets object fields from the supplied parameters
Source: stdlib.ngs:15

Example

# sets t.a and t.b
F init(t:MyType, a, b) init(args())