Skip to content
This repository was archived by the owner on Feb 28, 2018. It is now read-only.
This repository was archived by the owner on Feb 28, 2018. It is now read-only.

Default arguments #21

@MaxGraey

Description

@MaxGraey
class Vec4 {
     constructor(x: float32 = 0, y: float32 = 0, z: float32 = 0, w: float32 = 1) { 
           ... 
     }
}

and
class Renderer {
getContext(): RenderContext? {
...
}
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions