Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Namespace methods

A class that implements the self-attached meta::invoke meta-method may act as a namespace method.

package zero.fn {
    public class f {
        meta function invoke(options:Options? = null):double (
            n
        )

        public type Options = map {
        }
    }
}