Function Annotations #65
Labels
A-builtins
area: builtins
S-large
size: large
T-feature
type: feature
T-performance
type: performance
Motivations:
Date
constructor, a return type based on new.target, not exactly a union type but moreso a type that requires a condition to be true.$get
to denote accessors for length or size, this could remedy that.This could likely be implemented in various ways, but I imagine the following:
or
I would imagine that some of these will become less necessary with time, for example when objects are introduced, but something like
@Inline
or@Pure
could be really helpful hints to the compilerThe text was updated successfully, but these errors were encountered: